summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols
diff options
context:
space:
mode:
authorBenjamin B. Frost <benjamin@geanix.com>2026-01-25 20:47:23 +0000
committerKhem Raj <raj.khem@gmail.com>2026-01-27 11:58:29 -0800
commit74c3a218fdd42395b3bfa1fa116db8fd1cc1e3d8 (patch)
tree909b83c844f36abddffa40fa7b3bdbaf2d04b483 /meta-networking/recipes-protocols
parent8692164ccbbba8652aa43211f43c3c0cee4d42cb (diff)
downloadmeta-openembedded-74c3a218fdd42395b3bfa1fa116db8fd1cc1e3d8.tar.gz
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 <benjamin@geanix.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-protocols')
-rw-r--r--meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.5.2.bb1
1 files changed, 1 insertions, 0 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 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"
49PACKAGECONFIG[perl] = "--enable-embedded-perl --with-perl-modules=yes, --disable-embedded-perl --with-perl-modules=no, perl" 49PACKAGECONFIG[perl] = "--enable-embedded-perl --with-perl-modules=yes, --disable-embedded-perl --with-perl-modules=no, perl"
50PACKAGECONFIG[smux] = "" 50PACKAGECONFIG[smux] = ""
51PACKAGECONFIG[systemd] = "--with-systemd, --without-systemd" 51PACKAGECONFIG[systemd] = "--with-systemd, --without-systemd"
52PACKAGECONFIG[aes] = "--enable-blumenthal-aes,"
52 53
53SYSCONTACT_DISTRO ?= "no-contact-set@example.com" 54SYSCONTACT_DISTRO ?= "no-contact-set@example.com"
54 55