From 74c3a218fdd42395b3bfa1fa116db8fd1cc1e3d8 Mon Sep 17 00:00:00 2001 From: "Benjamin B. Frost" Date: Sun, 25 Jan 2026 20:47:23 +0000 Subject: [PATCH] net-snmp: Add PACKAGECONFIG for aes Allows for net-snmp to be build with support for AES-192 and AES-256 Signed-off-by: Benjamin B. Frost Signed-off-by: Khem Raj --- meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.5.2.bb | 1 + 1 file changed, 1 insertion(+) 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 d467bf56d3..d5e2931969 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 @@ -49,6 +49,7 @@ PACKAGECONFIG[libnl] = "--with-nl, --without-nl, libnl" PACKAGECONFIG[perl] = "--enable-embedded-perl --with-perl-modules=yes, --disable-embedded-perl --with-perl-modules=no, perl" PACKAGECONFIG[smux] = "" PACKAGECONFIG[systemd] = "--with-systemd, --without-systemd" +PACKAGECONFIG[aes] = "--enable-blumenthal-aes," SYSCONTACT_DISTRO ?= "no-contact-set@example.com"