[oe-commits] Philip Balister : automake: Fix paths in scripts installed on target.

git version control git at git.openembedded.org
Thu Mar 31 20:00:41 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: ee4b25ad8e386a3b2b5e98df3e5715d8ee0335d9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ee4b25ad8e386a3b2b5e98df3e5715d8ee0335d9

Author: Philip Balister <philip at balister.org>
Date:   Wed Mar 30 18:06:11 2011 -0400

automake: Fix paths in scripts installed on target.

---

 recipes/automake/automake.inc |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/recipes/automake/automake.inc b/recipes/automake/automake.inc
index de4df34..af0ba6a 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"





More information about the Openembedded-commits mailing list