summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/curl
diff options
context:
space:
mode:
authorJavier Viguera <javier.viguera@digi.com>2017-09-20 18:28:56 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-05 22:33:20 +0000
commit10dfdacd1da41423a5293293949b2eb76a792760 (patch)
treee7403bd3c5e1b09a70c54759028ff3003b6def56 /meta/recipes-support/curl
parent92f4250ebce9404bc9a353e8683c7084c0936402 (diff)
downloadpoky-10dfdacd1da41423a5293293949b2eb76a792760.tar.gz
curl: add 'enable-ares' packageconfig option
This build time option is needed to use the '--dns-interface' runtime parameter to instruct 'curl' to use a specific interface for DNS resolution. Not enabled by default, as it depends on 'c-ares' package from meta-openembedded (meta-networking). (From OE-Core rev: 4fe0aa3791db0ee6c85e7a068f69def6e7c0da46) Signed-off-by: Javier Viguera <javier.viguera@digi.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/curl')
-rw-r--r--meta/recipes-support/curl/curl_7.54.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/curl/curl_7.54.1.bb b/meta/recipes-support/curl/curl_7.54.1.bb
index 04aeee72d1..cf230ed0d4 100644
--- a/meta/recipes-support/curl/curl_7.54.1.bb
+++ b/meta/recipes-support/curl/curl_7.54.1.bb
@@ -27,6 +27,8 @@ PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} gnutls prox
27PACKAGECONFIG_class-native = "ipv6 proxy ssl threaded-resolver zlib" 27PACKAGECONFIG_class-native = "ipv6 proxy ssl threaded-resolver zlib"
28PACKAGECONFIG_class-nativesdk = "ipv6 proxy ssl threaded-resolver zlib" 28PACKAGECONFIG_class-nativesdk = "ipv6 proxy ssl threaded-resolver zlib"
29 29
30# 'ares' and 'threaded-resolver' are mutually exclusive
31PACKAGECONFIG[ares] = "--enable-ares,--disable-ares,c-ares"
30PACKAGECONFIG[dict] = "--enable-dict,--disable-dict," 32PACKAGECONFIG[dict] = "--enable-dict,--disable-dict,"
31PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls" 33PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls"
32PACKAGECONFIG[gopher] = "--enable-gopher,--disable-gopher," 34PACKAGECONFIG[gopher] = "--enable-gopher,--disable-gopher,"