From 255244647eea42e6db83bb3f223288f524ee9d9a Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Thu, 22 Aug 2019 13:55:26 +0200 Subject: [PATCH] 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 --- .../recipes-connectivity/openssl/openssl_%.bbappend | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-digi-dey/recipes-connectivity/openssl/openssl_%.bbappend b/meta-digi-dey/recipes-connectivity/openssl/openssl_%.bbappend index a44826f43..f8db537bf 100644 --- a/meta-digi-dey/recipes-connectivity/openssl/openssl_%.bbappend +++ b/meta-digi-dey/recipes-connectivity/openssl/openssl_%.bbappend @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 Digi International. +# Copyright (C) 2016-2019 Digi International. FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" @@ -14,3 +14,6 @@ SRC_URI_remove = " \ SRC_URI += " \ ${@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"