mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
net-snmp: have mib-modules=smux enabled
According to the following commit, net-snmp needs to have
mib-modules=smux enabled:
commit f64db3011c
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>
This commit is contained in:
parent
c299c5a74c
commit
88a9836158
|
|
@ -40,6 +40,9 @@ EXTRA_OECONF = "--disable-embedded-perl \
|
|||
--with-defaults \
|
||||
${@base_conditional('SITEINFO_ENDIANNESS', 'le', '--with-endianness=little', '--with-endianness=big', d)}"
|
||||
|
||||
# net-snmp needs to have mib-modules=smux enabled to enable quagga to support snmp
|
||||
EXTRA_OECONF += "--with-mib-modules=smux"
|
||||
|
||||
CACHED_CONFIGUREVARS = " \
|
||||
ac_cv_header_valgrind_valgrind_h=no \
|
||||
ac_cv_header_valgrind_memcheck_h=no \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user