[oe-commits] [openembedded-core] 08/12: openssl: fix missing dependency on hostperl-runtime-native

git at git.openembedded.org git at git.openembedded.org
Thu Aug 2 09:23:58 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit ed5f8bb582453e7d8a1636ad1463380076209bd2
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Tue Jul 31 06:57:56 2018 -0700

    openssl: fix missing dependency on hostperl-runtime-native
    
    Openssl 1.1 requires perl in order to build (just as openssl 1.0
    does). The missing dependency has gone unnoticed up to now since
    hostperl-runtime-native is included in ASSUME_PROVIDED.
    
    Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-connectivity/openssl/openssl_1.1.0h.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.0h.bb b/meta/recipes-connectivity/openssl/openssl_1.1.0h.bb
index a7cd6a4..88ef42e 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.1.0h.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.1.0h.bb
@@ -8,6 +8,8 @@ SECTION = "libs/network"
 LICENSE = "openssl"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d57d511030c9d66ef5f5966bee5a7eff"
 
+DEPENDS = "hostperl-runtime-native"
+
 SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz \
            file://run-ptest \
            file://openssl-c_rehash.sh \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list