diff options
| -rw-r--r-- | meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.4.bb | 3 |
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 | |||
| 55 | PACKAGECONFIG[smux] = "" | 55 | PACKAGECONFIG[smux] = "" |
| 56 | PACKAGECONFIG[systemd] = "--with-systemd, --without-systemd" | 56 | PACKAGECONFIG[systemd] = "--with-systemd, --without-systemd" |
| 57 | 57 | ||
| 58 | SYSCONTACT_DISTRO ?= "no-contact-set@example.com" | ||
| 59 | |||
| 58 | EXTRA_OECONF = " \ | 60 | EXTRA_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 | ||
| 68 | MIB_MODULES = "" | 71 | MIB_MODULES = "" |
