summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2026-01-23 15:42:24 +0800
committerKhem Raj <raj.khem@gmail.com>2026-01-27 11:58:27 -0800
commite8dbc52097eb015450849aee8d22b175d7542579 (patch)
tree66052bc028359ffef30e7dfb588022df4230c2bd
parente1ee8beb12aa08e73efcfc3a6b5f31dd0edc5d1e (diff)
downloadmeta-openembedded-e8dbc52097eb015450849aee8d22b175d7542579.tar.gz
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>
-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"