openssl: add the openssl-bin package to libcrypto's RRECOMMENDS
This way, we assure that the openssl binary is included in the rootfs whenever the base openssl package is included. https://jira.digi.com/browse/DEL-6710 Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
fd3f3ba413
commit
255244647e
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2016-2018 Digi International.
|
# Copyright (C) 2016-2019 Digi International.
|
||||||
|
|
||||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
|
||||||
|
|
||||||
|
|
@ -14,3 +14,6 @@ SRC_URI_remove = " \
|
||||||
SRC_URI += " \
|
SRC_URI += " \
|
||||||
${@bb.utils.contains("MACHINE_FEATURES", "cryptochip", "${CRYPTOCHIP_COMMON_PATCHES}", "", d)} \
|
${@bb.utils.contains("MACHINE_FEATURES", "cryptochip", "${CRYPTOCHIP_COMMON_PATCHES}", "", d)} \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
# Add the openssl binary whenever the base package is pulled in via a dependency
|
||||||
|
RRECOMMENDS_libcrypto += "openssl-bin"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue