diff options
Diffstat (limited to 'meta-oe/recipes-extended/net-snmp/net-snmp_5.7.1.bb')
-rw-r--r-- | meta-oe/recipes-extended/net-snmp/net-snmp_5.7.1.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/net-snmp/net-snmp_5.7.1.bb b/meta-oe/recipes-extended/net-snmp/net-snmp_5.7.1.bb new file mode 100644 index 000000000..59d84077f --- /dev/null +++ b/meta-oe/recipes-extended/net-snmp/net-snmp_5.7.1.bb | |||
@@ -0,0 +1,26 @@ | |||
1 | require net-snmp.inc | ||
2 | PR = "${INC_PR}.0" | ||
3 | LIC_FILES_CHKSUM = "file://README;beginline=3;endline=8;md5=7f7f00ba639ac8e8deb5a622ea24634e" | ||
4 | |||
5 | SRC_URI = "${SOURCEFORGE_MIRROR}/net-snmp/net-snmp-${PV}.tar.gz \ | ||
6 | file://init \ | ||
7 | file://snmpd.conf \ | ||
8 | file://snmptrapd.conf" | ||
9 | |||
10 | EXTRA_OECONF += "--disable-embedded-perl --with-perl-modules=no" | ||
11 | EXTRA_OEMAKE = "INSTALL_PREFIX=${D}" | ||
12 | |||
13 | do_configure_prepend() { | ||
14 | gnu-configize -f | ||
15 | # We better change sources and re-autoconf here, but | ||
16 | # required autoconf is too new for us. | ||
17 | sed -e '/echo.*\".*\\\\.*\"/s/echo/echo -e/g' \ | ||
18 | -e 's/tail -1/tail -n 1/g' \ | ||
19 | -i configure | ||
20 | } | ||
21 | |||
22 | PARALLEL_MAKE = "" | ||
23 | CCACHE = "" | ||
24 | |||
25 | SRC_URI[md5sum] = "c95d08fd5d93df0c11a2e1bdf0e01e0b" | ||
26 | SRC_URI[sha256sum] = "7c71c9650c65b715356547e20ca2dbe6313944278af8cc19c32a5337f46b181f" | ||