klcc-cross: Fix FILES_klcc-cross line.
authorTom Rini <tom_rini@mentor.com>
Sun, 21 Nov 2010 18:15:55 +0000 (11:15 -0700)
committerTom Rini <tom_rini@mentor.com>
Sun, 21 Nov 2010 18:15:55 +0000 (11:15 -0700)
${D} shouldn't be used here.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/klibc/klcc-cross_1.5.20.bb

index 2eeacec..6b6d74d 100644 (file)
@@ -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"