diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2026-01-23 15:42:24 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-27 11:58:27 -0800 |
| commit | e8dbc52097eb015450849aee8d22b175d7542579 (patch) | |
| tree | 66052bc028359ffef30e7dfb588022df4230c2bd | |
| parent | e1ee8beb12aa08e73efcfc3a6b5f31dd0edc5d1e (diff) | |
| download | meta-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.bb | 2 |
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 = "" | |||
| 41 | CCACHE = "" | 41 | CCACHE = "" |
| 42 | CLEANBROKEN = "1" | 42 | CLEANBROKEN = "1" |
| 43 | 43 | ||
| 44 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 systemd', d)} des smux" | 44 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 systemd', d)} smux" |
| 45 | PACKAGECONFIG[des] = "--enable-des, --disable-des" | 45 | PACKAGECONFIG[des] = "--enable-des, --disable-des" |
| 46 | PACKAGECONFIG[elfutils] = "--with-elf, --without-elf, elfutils" | 46 | PACKAGECONFIG[elfutils] = "--with-elf, --without-elf, elfutils" |
| 47 | PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6" | 47 | PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6" |
