blob: f76005b435aa60e604e0a6b98a7c261d0a1bbc72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
require net-snmp.inc
PR = "r2"
SRC_URI = "${SOURCEFORGE_MIRROR}/net-snmp/net-snmp-${PV}.tar.gz \
file://configure-tail.patch;patch=1 \
file://init \
file://snmpd.conf \
file://snmptrapd.conf"
EXTRA_OECONF = "--enable-shared --disable-manuals --with-defaults \
--disable-embedded-perl --with-perl-modules=no"
EXTRA_OEMAKE = "INSTALL_PREFIX=${D}"
do_configure_prepend() {
libtoolize --force
}
PARALLEL_MAKE = ""
CCACHE = ""
|