mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
net-snmp: remove des from default packageconfig
The DES algorithm is considered weak and outdated. Remove des from default PACKAGECONFIG to disable it. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -41,7 +41,7 @@ PARALLEL_MAKE = ""
|
|||||||
CCACHE = ""
|
CCACHE = ""
|
||||||
CLEANBROKEN = "1"
|
CLEANBROKEN = "1"
|
||||||
|
|
||||||
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 systemd', d)} des smux"
|
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 systemd', d)} smux"
|
||||||
PACKAGECONFIG[des] = "--enable-des, --disable-des"
|
PACKAGECONFIG[des] = "--enable-des, --disable-des"
|
||||||
PACKAGECONFIG[elfutils] = "--with-elf, --without-elf, elfutils"
|
PACKAGECONFIG[elfutils] = "--with-elf, --without-elf, elfutils"
|
||||||
PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6"
|
PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6"
|
||||||
|
|||||||
Reference in New Issue
Block a user