mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-08 16:00:32 +00:00
net-snmp: Add PACKAGECONFIG des
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -43,15 +43,15 @@ CCACHE = ""
|
|||||||
|
|
||||||
TARGET_CC_ARCH += "${LDFLAGS}"
|
TARGET_CC_ARCH += "${LDFLAGS}"
|
||||||
|
|
||||||
PACKAGECONFIG ??= ""
|
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} des"
|
||||||
PACKAGECONFIG[elfutils] = "--with-elf, --without-elf, elfutils"
|
PACKAGECONFIG[elfutils] = "--with-elf, --without-elf, elfutils"
|
||||||
PACKAGECONFIG[libnl] = "--with-nl, --without-nl, libnl"
|
PACKAGECONFIG[libnl] = "--with-nl, --without-nl, libnl"
|
||||||
|
|
||||||
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
|
|
||||||
PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,,"
|
PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,,"
|
||||||
|
|
||||||
PACKAGECONFIG[perl] = "--enable-embedded-perl --with-perl-modules=yes, --disable-embedded-perl --with-perl-modules=no,\
|
PACKAGECONFIG[perl] = "--enable-embedded-perl --with-perl-modules=yes, --disable-embedded-perl --with-perl-modules=no,\
|
||||||
perl, perl perl-lib"
|
perl, perl perl-lib"
|
||||||
|
PACKAGECONFIG[des] = "--enable-des,--disable-des"
|
||||||
|
|
||||||
EXTRA_OECONF = "--enable-shared \
|
EXTRA_OECONF = "--enable-shared \
|
||||||
--disable-manuals \
|
--disable-manuals \
|
||||||
|
|||||||
Reference in New Issue
Block a user