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

git version control git at git.openembedded.org
Thu Mar 31 20:27:32 UTC 2011


Module: openembedded.git
Branch: 2011.03-maintenance
Commit: db4c323371ed961251cf991ddc9b01fe4d82d4e1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=db4c323371ed961251cf991ddc9b01fe4d82d4e1

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

automake: Fix paths in scripts installed on target.

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 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