aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-11-21 11:15:55 -0700
committerTom Rini <tom_rini@mentor.com>2010-11-21 11:15:55 -0700
commitd4c4033f9af05651e106cd8e9f8577862df20427 (patch)
tree6a2d55e81b3cb0528372634eb4e66436493b5a2b
parent8d91e8a1b6876c6b07cabbd94439eb9bdc295d87 (diff)
downloadopenembedded-d4c4033f9af05651e106cd8e9f8577862df20427.tar.gz
klcc-cross: Fix FILES_klcc-cross line.
${D} shouldn't be used here. Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r--recipes/klibc/klcc-cross_1.5.20.bb4
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 2eeacecb36..6b6d74d3b2 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"