From: Khem Raj Date: Sun, 18 Apr 2021 08:16:32 +0000 (-0700) Subject: curl: Use openssl backend X-Git-Tag: uninative-3.1~141 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c39452bf65a8baa0eac15e6c4d39cc0f88e089d0;p=openembedded-core.git curl: Use openssl backend use openssl instead of gnutls Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- 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 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"