From 8aa550093cdf6dd9ac9cee3097a224aa7050fbcb Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Wed, 12 Apr 2017 13:08:20 +0800 Subject: libnet-ssleay-perl: add openssl-native to DEPENDS Add 'openssl-native' to DEPENDS to fix the following do_configure error. *** Could not find OpenSSL Signed-off-by: Chen Qi Signed-off-by: Martin Jansa --- meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.80.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.80.bb') 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 32d92ba65a..cf621aa191 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 \ -- cgit 1.2.3-korg