diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2017-04-12 13:08:20 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-18 14:21:41 +0200 |
commit | 8aa550093cdf6dd9ac9cee3097a224aa7050fbcb (patch) | |
tree | 561cd096787e9e31723350f3edf9f28da384d3a4 /meta-perl | |
parent | fa943b1138b4c7cc1cb9750ff4ae07f7c10f4529 (diff) | |
download | meta-openembedded-contrib-8aa550093cdf6dd9ac9cee3097a224aa7050fbcb.tar.gz |
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 <Qi.Chen@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-perl')
-rw-r--r-- | meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.80.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 32d92ba65a8..cf621aa1914 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 \ |