mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
fa943b1138
commit
8aa550093c
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user