diff options
Diffstat (limited to 'meta/recipes-extended/iptables/iptables_1.6.1.bb')
-rw-r--r-- | meta/recipes-extended/iptables/iptables_1.6.1.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-extended/iptables/iptables_1.6.1.bb b/meta/recipes-extended/iptables/iptables_1.6.1.bb index 9b4c05095a..4019e2a4a4 100644 --- a/meta/recipes-extended/iptables/iptables_1.6.1.bb +++ b/meta/recipes-extended/iptables/iptables_1.6.1.bb | |||
@@ -32,8 +32,7 @@ inherit autotools pkgconfig | |||
32 | 32 | ||
33 | EXTRA_OECONF = "--with-kernel=${STAGING_INCDIR} \ | 33 | EXTRA_OECONF = "--with-kernel=${STAGING_INCDIR} \ |
34 | " | 34 | " |
35 | PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)} \ | 35 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" |
36 | " | ||
37 | 36 | ||
38 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | 37 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |
39 | 38 | ||