summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/mtr/mtr_0.86.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/mtr/mtr_0.86.bb b/meta-networking/recipes-support/mtr/mtr_0.86.bb
index 7b737916bb..1d8a2cf9da 100644
--- a/meta-networking/recipes-support/mtr/mtr_0.86.bb
+++ b/meta-networking/recipes-support/mtr/mtr_0.86.bb
@@ -17,3 +17,5 @@ inherit autotools
17 17
18EXTRA_OECONF = "--without-gtk" 18EXTRA_OECONF = "--without-gtk"
19 19
20PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)}"
21PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"