diff options
Diffstat (limited to 'meta/recipes-extended/wget')
-rw-r--r-- | meta/recipes-extended/wget/wget.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc index 3b223a3df8..9eb051ff6a 100644 --- a/meta/recipes-extended/wget/wget.inc +++ b/meta/recipes-extended/wget/wget.inc | |||
@@ -18,7 +18,7 @@ RRECOMMENDS_${PN} += "ca-certificates" | |||
18 | 18 | ||
19 | BBCLASSEXTEND += "nativesdk" | 19 | BBCLASSEXTEND += "nativesdk" |
20 | 20 | ||
21 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)}" | 21 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" |
22 | PACKAGECONFIG[libuuid] = "--with-libuuid, --without-libuuid,util-linux" | 22 | PACKAGECONFIG[libuuid] = "--with-libuuid, --without-libuuid,util-linux" |
23 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | 23 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |
24 | 24 | ||