aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/mtr/mtr_0.86.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-support/mtr/mtr_0.86.bb')
-rw-r--r--meta-networking/recipes-support/mtr/mtr_0.86.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/mtr/mtr_0.86.bb b/meta-networking/recipes-support/mtr/mtr_0.86.bb
index 1d8a2cf9da..92f4f3c0bc 100644
--- a/meta-networking/recipes-support/mtr/mtr_0.86.bb
+++ b/meta-networking/recipes-support/mtr/mtr_0.86.bb
@@ -17,5 +17,5 @@ inherit autotools
EXTRA_OECONF = "--without-gtk"
-PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)}"
+PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"