aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/automake/automake.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes/automake/automake.inc b/recipes/automake/automake.inc
index de4df34d38..af0ba6ab55 100644
--- a/recipes/automake/automake.inc
+++ b/recipes/automake/automake.inc
@@ -29,7 +29,7 @@ RDEPENDS_automake += "\
perl-module-text-parsewords \
perl-module-vars "
SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2;name=automake"
-INC_PR = "r4"
+INC_PR = "r5"
AUTOMAKE_API = "${@".".join(bb.data.getVar("PV",d,1).split(".")[0:2])}"
inherit autotools
@@ -48,4 +48,8 @@ do_install_append () {
install -d ${D}${datadir}/aclocal
}
+do_install_append_pn-automake(){
+ sed -i -e s:${STAGING_BINDIR_NATIVE}:${bindir}:g ${D}${bindir}/*
+}
+
BBCLASSEXTEND = "native"