diff options
| author | Benjamin B. Frost <benjamin@geanix.com> | 2026-01-25 20:47:23 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-27 11:58:29 -0800 |
| commit | 74c3a218fdd42395b3bfa1fa116db8fd1cc1e3d8 (patch) | |
| tree | 909b83c844f36abddffa40fa7b3bdbaf2d04b483 /meta-networking/recipes-protocols | |
| parent | 8692164ccbbba8652aa43211f43c3c0cee4d42cb (diff) | |
| download | meta-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.bb | 1 |
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" | |||
| 49 | PACKAGECONFIG[perl] = "--enable-embedded-perl --with-perl-modules=yes, --disable-embedded-perl --with-perl-modules=no, perl" | 49 | PACKAGECONFIG[perl] = "--enable-embedded-perl --with-perl-modules=yes, --disable-embedded-perl --with-perl-modules=no, perl" |
| 50 | PACKAGECONFIG[smux] = "" | 50 | PACKAGECONFIG[smux] = "" |
| 51 | PACKAGECONFIG[systemd] = "--with-systemd, --without-systemd" | 51 | PACKAGECONFIG[systemd] = "--with-systemd, --without-systemd" |
| 52 | PACKAGECONFIG[aes] = "--enable-blumenthal-aes," | ||
| 52 | 53 | ||
| 53 | SYSCONTACT_DISTRO ?= "no-contact-set@example.com" | 54 | SYSCONTACT_DISTRO ?= "no-contact-set@example.com" |
| 54 | 55 | ||
