diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-04-18 01:16:32 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-20 13:56:48 +0100 |
commit | 96b4ed1e93d6deb5e585749921608a29c85825a7 (patch) | |
tree | ad6500d7357d3090d12ae6f972d63ac34ac7572f | |
parent | 7bfe0a4e7d1943eac070080df0b7d929246e6f67 (diff) | |
download | poky-96b4ed1e93d6deb5e585749921608a29c85825a7.tar.gz |
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>
-rw-r--r-- | meta/recipes-support/curl/curl_7.76.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/curl/curl_7.76.0.bb b/meta/recipes-support/curl/curl_7.76.0.bb index 634bbd72c2..db6318148f 100644 --- a/meta/recipes-support/curl/curl_7.76.0.bb +++ b/meta/recipes-support/curl/curl_7.76.0.bb | |||
@@ -20,7 +20,7 @@ CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl dan | |||
20 | 20 | ||
21 | inherit autotools pkgconfig binconfig multilib_header | 21 | inherit autotools pkgconfig binconfig multilib_header |
22 | 22 | ||
23 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} gnutls libidn proxy threaded-resolver verbose zlib" | 23 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} ssl libidn proxy threaded-resolver verbose zlib" |
24 | PACKAGECONFIG_class-native = "ipv6 proxy ssl threaded-resolver verbose zlib" | 24 | PACKAGECONFIG_class-native = "ipv6 proxy ssl threaded-resolver verbose zlib" |
25 | PACKAGECONFIG_class-nativesdk = "ipv6 proxy ssl threaded-resolver verbose zlib" | 25 | PACKAGECONFIG_class-nativesdk = "ipv6 proxy ssl threaded-resolver verbose zlib" |
26 | 26 | ||