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>
This commit is contained in:
Chen Qi 2017-04-12 13:08:20 +08:00 committed by Martin Jansa
parent fa943b1138
commit 8aa550093c

View File

@ -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 \