summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-protocols')
-rw-r--r--meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb
index 1e87fd0af..482eaf2cc 100644
--- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb
+++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb
@@ -43,15 +43,15 @@ CCACHE = ""
43 43
44TARGET_CC_ARCH += "${LDFLAGS}" 44TARGET_CC_ARCH += "${LDFLAGS}"
45 45
46PACKAGECONFIG ??= "" 46PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} des"
47PACKAGECONFIG[elfutils] = "--with-elf, --without-elf, elfutils" 47PACKAGECONFIG[elfutils] = "--with-elf, --without-elf, elfutils"
48PACKAGECONFIG[libnl] = "--with-nl, --without-nl, libnl" 48PACKAGECONFIG[libnl] = "--with-nl, --without-nl, libnl"
49 49
50PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
51PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,," 50PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,,"
52 51
53PACKAGECONFIG[perl] = "--enable-embedded-perl --with-perl-modules=yes, --disable-embedded-perl --with-perl-modules=no,\ 52PACKAGECONFIG[perl] = "--enable-embedded-perl --with-perl-modules=yes, --disable-embedded-perl --with-perl-modules=no,\
54 perl, perl perl-lib" 53 perl, perl perl-lib"
54PACKAGECONFIG[des] = "--enable-des,--disable-des"
55 55
56EXTRA_OECONF = "--enable-shared \ 56EXTRA_OECONF = "--enable-shared \
57 --disable-manuals \ 57 --disable-manuals \