mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
curl: Use openssl backend
use openssl instead of gnutls (From OE-Core rev: c39452bf65a8baa0eac15e6c4d39cc0f88e089d0) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -20,7 +20,7 @@ CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl dan
|
||||
|
||||
inherit autotools pkgconfig binconfig multilib_header
|
||||
|
||||
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} gnutls libidn proxy threaded-resolver verbose zlib"
|
||||
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} ssl libidn proxy threaded-resolver verbose zlib"
|
||||
PACKAGECONFIG_class-native = "ipv6 proxy ssl threaded-resolver verbose zlib"
|
||||
PACKAGECONFIG_class-nativesdk = "ipv6 proxy ssl threaded-resolver verbose zlib"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user