[oe-commits] Tom Rini : klcc-cross: Fix FILES_klcc-cross line.

git version control git at git.openembedded.org
Sun Nov 21 18:31:27 UTC 2010


Module: openembedded.git
Branch: release-2010.12
Commit: 1fcb9e0956a057cd7120d7fc334c2505e46da19c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1fcb9e0956a057cd7120d7fc334c2505e46da19c

Author: Tom Rini <tom_rini at mentor.com>
Date:   Sun Nov 21 11:15:55 2010 -0700

klcc-cross: Fix FILES_klcc-cross line.

${D} shouldn't be used here.

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

---

 recipes/klibc/klcc-cross_1.5.20.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/klibc/klcc-cross_1.5.20.bb b/recipes/klibc/klcc-cross_1.5.20.bb
index 2eeacec..6b6d74d 100644
--- a/recipes/klibc/klcc-cross_1.5.20.bb
+++ b/recipes/klibc/klcc-cross_1.5.20.bb
@@ -1,4 +1,4 @@
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
 
 require klibc.inc
 require klibc-checksums_${PV}.inc
@@ -16,4 +16,4 @@ do_install() {
 }
 
 PACKAGES = "${PN}"
-FILES_${PN} = "${D}${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}klcc"
+FILES_${PN} = "${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}klcc"





More information about the Openembedded-commits mailing list