[oe-commits] [meta-openembedded] 11/43: libnet-ssleay-perl: add openssl-native to DEPENDS

git at git.openembedded.org git at git.openembedded.org
Tue Apr 18 12:26:03 UTC 2017


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

martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit 8aa550093cdf6dd9ac9cee3097a224aa7050fbcb
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Wed Apr 12 13:08:20 2017 +0800

    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 at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.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 \

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


More information about the Openembedded-commits mailing list