[oe-commits] Tom Rini : klcc-cross: Fixup paths for external toolchains

git version control git at git.openembedded.org
Thu Apr 7 20:01:06 UTC 2011


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

Author: Tom Rini <tom_rini at mentor.com>
Date:   Wed Apr  6 15:39:57 2011 -0700

klcc-cross: Fixup paths for external toolchains

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/klibc/klcc-cross_1.5.21.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/klibc/klcc-cross_1.5.21.bb b/recipes/klibc/klcc-cross_1.5.21.bb
index cecee24..541d674 100644
--- a/recipes/klibc/klcc-cross_1.5.21.bb
+++ b/recipes/klibc/klcc-cross_1.5.21.bb
@@ -1,4 +1,4 @@
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
 
 require klibc.inc
 require klibc-checksums_${PV}.inc
@@ -15,8 +15,8 @@ export KLCC_INST=${STAGING_DIR_TARGET}/lib/klibc
 inherit cross
 
 do_install() {
-         install -d ${D}${TOOLCHAIN_PATH}/bin/
-         install -m 0755 klcc/klcc ${D}${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}klcc
+         install -d ${D}${bindir}
+         install -m 0755 klcc/klcc ${D}${bindir}/${TARGET_PREFIX}klcc
 }
 
 PACKAGES = "${PN}"





More information about the Openembedded-commits mailing list