git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d91e8a
)
klcc-cross: Fix FILES_klcc-cross line.
author
Tom Rini
<tom_rini@mentor.com>
Sun, 21 Nov 2010 18:15:55 +0000
(11:15 -0700)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/recipes/klibc/klcc-cross_1.5.20.bb
b/recipes/klibc/klcc-cross_1.5.20.bb
index
2eeacec
..
6b6d74d
100644
(file)
--- 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"