diff mbox series

[meta-networking] net-snmp: Add PACKAGECONFIG for aes

Message ID 20260125204637.34360-1-benjamin@geanix.com
State Under Review
Headers show
Series [meta-networking] net-snmp: Add PACKAGECONFIG for aes | expand

Commit Message

benjamin@geanix.com Jan. 25, 2026, 8:47 p.m. UTC
From: "Benjamin B. Frost" <benjamin@geanix.com>

Allows for net-snmp to be build with support for AES-192 and AES-256

Signed-off-by: Benjamin B. Frost <benjamin@geanix.com>
---
 meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.5.2.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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..d7caf6444b 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"