surpport seeking the recorded video
[vuplus_openembedded] / recipes / net-snmp / net-snmp_5.1.2.bb
1 require net-snmp.inc
2 PR = "${INC_PR}.0"
3
4 SRC_URI = "${SOURCEFORGE_MIRROR}/net-snmp/net-snmp-${PV}.tar.gz \
5         file://uclibc-fix.patch;patch=1 \
6         file://init \
7         file://snmpd.conf \
8         file://snmptrapd.conf"
9
10 inherit autotools
11
12 PARALLEL_MAKE = ""
13 EXTRA_OECONF = "--enable-shared --disable-manuals --with-defaults"
14 EXTRA_OEMAKE = "INSTALL_PREFIX=${D}"
15
16 CONFFILES_${PN}_nylon = "${sysconfdir}/snmp/snmpd.conf ${sysconfdir}/snmp/snmptrapd.conf"
17 CCACHE = ""
18