summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/wget/wget.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc
index dc381a6280..c4abfe490e 100644
--- a/meta/recipes-extended/wget/wget.inc
+++ b/meta/recipes-extended/wget/wget.inc
@@ -9,7 +9,7 @@ INC_PR = "r16"
9 9
10inherit autotools gettext texinfo update-alternatives pkgconfig 10inherit autotools gettext texinfo update-alternatives pkgconfig
11 11
12EXTRA_OECONF = "--enable-ipv6 --with-ssl=gnutls --disable-rpath --disable-iri \ 12EXTRA_OECONF = "--with-ssl=gnutls --disable-rpath --disable-iri \
13 --without-libgnutls-prefix ac_cv_header_uuid_uuid_h=no" 13 --without-libgnutls-prefix ac_cv_header_uuid_uuid_h=no"
14 14
15ALTERNATIVE_${PN} = "wget" 15ALTERNATIVE_${PN} = "wget"
@@ -20,8 +20,9 @@ RRECOMMENDS_${PN} += "ca-certificates"
20 20
21BBCLASSEXTEND += "nativesdk" 21BBCLASSEXTEND += "nativesdk"
22 22
23PACKAGECONFIG ??= "" 23PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)}"
24PACKAGECONFIG[libuuid] = "--with-libuuid, --without-libuuid,util-linux" 24PACKAGECONFIG[libuuid] = "--with-libuuid, --without-libuuid,util-linux"
25PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
25 26
26# Let aclocal use the relative path for the m4 file rather than 27# Let aclocal use the relative path for the m4 file rather than
27# absolute, otherwise there might be an "Argument list too long" error 28# absolute, otherwise there might be an "Argument list too long" error