summaryrefslogtreecommitdiffstats
path: root/recipes/klibc
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:23:55 -0700
commit1fcb9e0956a057cd7120d7fc334c2505e46da19c (patch)
tree3fccaccdd4d9d9f07d28b4a412ec068032f014d3 /recipes/klibc
parenteb1333db38562f6db663f67e625e1c69a0ad1633 (diff)
downloadopenembedded-1fcb9e0956a057cd7120d7fc334c2505e46da19c.tar.gz
klcc-cross: Fix FILES_klcc-cross line.
${D} shouldn't be used here. Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/klibc')
-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"