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:
c2ea72d
)
multimachine.bbclass: fix typo spotted by mr Leemans
author
Koen Kooi
<koen@openembedded.org>
Wed, 27 Sep 2006 09:33:32 +0000
(09:33 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 27 Sep 2006 09:33:32 +0000
(09:33 +0000)
classes/multimachine.bbclass
patch
|
blob
|
history
diff --git
a/classes/multimachine.bbclass
b/classes/multimachine.bbclass
index
6c5384c
..
d89a4bb
100644
(file)
--- a/
classes/multimachine.bbclass
+++ b/
classes/multimachine.bbclass
@@
-1,4
+1,4
@@
-STAMP = "${TMPDIR}/stamps/${MULTIMACH_ARCH}${TARGET_VE
DN
OR}-${TARGET_OS}/${PF}"
+STAMP = "${TMPDIR}/stamps/${MULTIMACH_ARCH}${TARGET_VE
ND
OR}-${TARGET_OS}/${PF}"
WORKDIR = "${TMPDIR}/work/${MULTIMACH_ARCH}${TARGET_VENDOR}-${TARGET_OS}/${PF}"
STAGING_KERNEL_DIR = "${STAGING_DIR}/${MULTIMACH_ARCH}-${TARGET_VENDOR}-${TARGET_OS}/kernel"