[oe] [meta-perl][PATCH] libnet-ssleay-perl: add openssl-native to DEPENDS

Qi.Chen at windriver.com Qi.Chen at windriver.com
Wed Apr 12 05:08:20 UTC 2017


From: Chen Qi <Qi.Chen at windriver.com>

Add 'openssl-native' to DEPENDS to fix the following do_configure error.

  *** Could not find OpenSSL

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
---
 meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.80.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.80.bb b/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.80.bb
index 32d92ba..cf621aa 100644
--- a/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.80.bb
+++ b/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.80.bb
@@ -10,7 +10,7 @@ SECTION = "libs"
 LICENSE = "Artistic-1.0 | GPL-1.0+"
 LIC_FILES_CHKSUM = "file://README;beginline=274;endline=294;md5=67d67095d83e339da538a082fad5f38e"
 
-DEPENDS = "openssl zlib"
+DEPENDS = "openssl zlib openssl-native"
 RDEPENDS_${PN} += "perl-module-carp \
                    perl-module-errno \
                    perl-module-extutils-makemaker \
-- 
1.9.1




More information about the Openembedded-devel mailing list