summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2019-03-01 09:28:48 +0800
committerKhem Raj <raj.khem@gmail.com>2019-03-01 18:51:29 -0800
commit6b209cba535cd04f8fa08a71c3c2fded2eb9cfa9 (patch)
tree756ce111d34179170135afa4dba043739f573eef /meta-networking/recipes-protocols
parent0b5dbf35b44e5e738d1ba5ae48468a1dbafd6649 (diff)
downloadmeta-openembedded-6b209cba535cd04f8fa08a71c3c2fded2eb9cfa9.tar.gz
net-snmp: Add PACKAGECONFIG des
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 \