diff options
author | Ross Burton <ross.burton@intel.com> | 2018-07-23 13:29:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-30 12:44:35 +0100 |
commit | 9ef1538faeacba4946fa61491a0a27693fc9c055 (patch) | |
tree | 2eae252dcaeb03b42836efb00dea0daf31599924 /meta/recipes-support | |
parent | b05eda5fc83f720f20f28a41a8de73cc135a5272 (diff) | |
download | poky-9ef1538faeacba4946fa61491a0a27693fc9c055.tar.gz |
curl: enable libidn
Now that oe-core has libidn2 we can enable it by default in target curl builds.
(From OE-Core rev: aae20d0277feb768ca290492ccfad30962bb8706)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/curl/curl_7.61.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/curl/curl_7.61.0.bb b/meta/recipes-support/curl/curl_7.61.0.bb index cc983fd4a6..76f55094a4 100644 --- a/meta/recipes-support/curl/curl_7.61.0.bb +++ b/meta/recipes-support/curl/curl_7.61.0.bb | |||
@@ -15,7 +15,7 @@ SRC_URI[sha256sum] = "5f6f336921cf5b84de56afbd08dfb70adeef2303751ffb3e570c936c6d | |||
15 | CVE_PRODUCT = "libcurl" | 15 | CVE_PRODUCT = "libcurl" |
16 | inherit autotools pkgconfig binconfig multilib_header | 16 | inherit autotools pkgconfig binconfig multilib_header |
17 | 17 | ||
18 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} gnutls proxy threaded-resolver verbose zlib" | 18 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} gnutls libidn proxy threaded-resolver verbose zlib" |
19 | PACKAGECONFIG_class-native = "ipv6 proxy ssl threaded-resolver verbose zlib" | 19 | PACKAGECONFIG_class-native = "ipv6 proxy ssl threaded-resolver verbose zlib" |
20 | PACKAGECONFIG_class-nativesdk = "ipv6 proxy ssl threaded-resolver verbose zlib" | 20 | PACKAGECONFIG_class-nativesdk = "ipv6 proxy ssl threaded-resolver verbose zlib" |
21 | 21 | ||