diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2015-01-16 14:13:59 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-03-11 19:18:08 -0400 |
commit | 88a9836158c6406ee8dd21bb5d4d04025e193251 (patch) | |
tree | e0177ed3a5179a501628c8ef9ed4e154844e5c39 /meta-networking/recipes-protocols/net-snmp | |
parent | c299c5a74c0686dc6c292d17b1eaee4910cc0888 (diff) | |
download | meta-openembedded-88a9836158c6406ee8dd21bb5d4d04025e193251.tar.gz |
net-snmp: have mib-modules=smux enabled
According to the following commit, net-snmp needs to have
mib-modules=smux enabled:
commit f64db3011c04ada0a8ac04b9eddde05b67d21eec
Author: Aws Ismail <aws.ismail@windriver.com>
Date: Mon Mar 25 11:30:06 2013 -0400
Quagga has no snmp support, unrecognized options --enable-tcp-md5
1. Quagga's tcp-md5 has been renamed to linux24-tcp-md5
2. net-snmp needs to have mib-modules=smux enabled to enable
quagga to support snmp. Make the net-snmp option dependent
on the DISTRO_FEATURE snmp.
3. Misc: install the sample conf files for quagga. Also,
Make sure that the post install script is being run
on the target rather than during the rootfs creation
stage.
Signed-off-by: Amy Fong <amy.fong@windriver.com>
Signed-off-by: Aws Ismail <aws.ismail@windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-protocols/net-snmp')
-rw-r--r-- | meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.2.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.2.1.bb b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.2.1.bb index 6ebbcd837..16d733cb1 100644 --- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.2.1.bb +++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.2.1.bb | |||
@@ -40,6 +40,9 @@ EXTRA_OECONF = "--disable-embedded-perl \ | |||
40 | --with-defaults \ | 40 | --with-defaults \ |
41 | ${@base_conditional('SITEINFO_ENDIANNESS', 'le', '--with-endianness=little', '--with-endianness=big', d)}" | 41 | ${@base_conditional('SITEINFO_ENDIANNESS', 'le', '--with-endianness=little', '--with-endianness=big', d)}" |
42 | 42 | ||
43 | # net-snmp needs to have mib-modules=smux enabled to enable quagga to support snmp | ||
44 | EXTRA_OECONF += "--with-mib-modules=smux" | ||
45 | |||
43 | CACHED_CONFIGUREVARS = " \ | 46 | CACHED_CONFIGUREVARS = " \ |
44 | ac_cv_header_valgrind_valgrind_h=no \ | 47 | ac_cv_header_valgrind_valgrind_h=no \ |
45 | ac_cv_header_valgrind_memcheck_h=no \ | 48 | ac_cv_header_valgrind_memcheck_h=no \ |