mirror of
https://git.yoctoproject.org/poky
synced 2026-04-15 12:32:13 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
92f4250ebc
commit
10dfdacd1d
@@ -27,6 +27,8 @@ PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} gnutls prox
|
||||
PACKAGECONFIG_class-native = "ipv6 proxy ssl threaded-resolver zlib"
|
||||
PACKAGECONFIG_class-nativesdk = "ipv6 proxy ssl threaded-resolver zlib"
|
||||
|
||||
# 'ares' and 'threaded-resolver' are mutually exclusive
|
||||
PACKAGECONFIG[ares] = "--enable-ares,--disable-ares,c-ares"
|
||||
PACKAGECONFIG[dict] = "--enable-dict,--disable-dict,"
|
||||
PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls"
|
||||
PACKAGECONFIG[gopher] = "--enable-gopher,--disable-gopher,"
|
||||
|
||||
Reference in New Issue
Block a user