summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb')
-rw-r--r--meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb
index 79e7766e9..b60a246a5 100644
--- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb
+++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb
@@ -43,7 +43,7 @@ PACKAGECONFIG ??= ""
43PACKAGECONFIG[elfutils] = "--with-elf, --without-elf, elfutils" 43PACKAGECONFIG[elfutils] = "--with-elf, --without-elf, elfutils"
44PACKAGECONFIG[libnl] = "--with-nl, --without-nl, libnl" 44PACKAGECONFIG[libnl] = "--with-nl, --without-nl, libnl"
45 45
46PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)}" 46PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
47PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,," 47PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,,"
48 48
49EXTRA_OECONF = "--disable-embedded-perl \ 49EXTRA_OECONF = "--disable-embedded-perl \