summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.5.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.5.2.bb b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.5.2.bb
index b7c9607b3b..d467bf56d3 100644
--- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.5.2.bb
+++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.5.2.bb
@@ -41,7 +41,7 @@ PARALLEL_MAKE = ""
41CCACHE = "" 41CCACHE = ""
42CLEANBROKEN = "1" 42CLEANBROKEN = "1"
43 43
44PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 systemd', d)} des smux" 44PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 systemd', d)} smux"
45PACKAGECONFIG[des] = "--enable-des, --disable-des" 45PACKAGECONFIG[des] = "--enable-des, --disable-des"
46PACKAGECONFIG[elfutils] = "--with-elf, --without-elf, elfutils" 46PACKAGECONFIG[elfutils] = "--with-elf, --without-elf, elfutils"
47PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6" 47PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6"