summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.4.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.4.bb b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.4.bb
index d4945e482d..0840e4955b 100644
--- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.4.bb
+++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.4.bb
@@ -55,6 +55,8 @@ PACKAGECONFIG[perl] = "--enable-embedded-perl --with-perl-modules=yes, --disable
55PACKAGECONFIG[smux] = "" 55PACKAGECONFIG[smux] = ""
56PACKAGECONFIG[systemd] = "--with-systemd, --without-systemd" 56PACKAGECONFIG[systemd] = "--with-systemd, --without-systemd"
57 57
58SYSCONTACT_DISTRO ?= "no-contact-set@example.com"
59
58EXTRA_OECONF = " \ 60EXTRA_OECONF = " \
59 --enable-shared \ 61 --enable-shared \
60 --disable-manuals \ 62 --disable-manuals \
@@ -63,6 +65,7 @@ EXTRA_OECONF = " \
63 --with-persistent-directory=${localstatedir}/lib/net-snmp \ 65 --with-persistent-directory=${localstatedir}/lib/net-snmp \
64 --with-endianness=${@oe.utils.conditional('SITEINFO_ENDIANNESS', 'le', 'little', 'big', d)} \ 66 --with-endianness=${@oe.utils.conditional('SITEINFO_ENDIANNESS', 'le', 'little', 'big', d)} \
65 --with-mib-modules='${MIB_MODULES}' \ 67 --with-mib-modules='${MIB_MODULES}' \
68 --with-sys-contact='${SYSCONTACT_DISTRO}' \
66" 69"
67 70
68MIB_MODULES = "" 71MIB_MODULES = ""