aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/net-snmp/net-snmp_5.7.1.bb
diff options
context:
space:
mode:
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.bb12
1 files changed, 6 insertions, 6 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
index 74d006c099..14c1036018 100644
--- 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
@@ -18,12 +18,12 @@ EXTRA_OECONF += "--disable-embedded-perl --with-perl-modules=no"
EXTRA_OEMAKE = "INSTALL_PREFIX=${D}"
do_configure_prepend() {
- gnu-configize -f
- # We better change sources and re-autoconf here, but
- # required autoconf is too new for us.
- sed -e '/echo.*\".*\\\\.*\"/s/echo/echo -e/g' \
- -e 's/tail -1/tail -n 1/g' \
- -i configure
+ gnu-configize -f
+ # We better change sources and re-autoconf here, but
+ # required autoconf is too new for us.
+ sed -e '/echo.*\".*\\\\.*\"/s/echo/echo -e/g' \
+ -e 's/tail -1/tail -n 1/g' \
+ -i configure
}
PARALLEL_MAKE = ""