aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-08-14 00:31:00 +0000
committerRichard Purdie <richard@openedhand.com>2006-08-14 00:31:00 +0000
commit0f5e8d268ac12902ecab20994cba67cce2ff8931 (patch)
treea3848f4d003d82fd56bae5c3774bb3dd74c26a3e
parentdec8b8b6187165812c9c911023747098cdad94ff (diff)
downloadopenembedded-core-contrib-0f5e8d268ac12902ecab20994cba67cce2ff8931.tar.gz
multimachine: HOST_OS should be TARGET_OS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@604 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/classes/multimachine.bbclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/classes/multimachine.bbclass b/meta/classes/multimachine.bbclass
index 2248f326cc..01dec648c3 100644
--- a/meta/classes/multimachine.bbclass
+++ b/meta/classes/multimachine.bbclass
@@ -1,6 +1,6 @@
-STAMP = "${TMPDIR}/stamps/${MULTIMACH_ARCH}-${HOST_OS}/${PF}"
-WORKDIR = "${TMPDIR}/work/${MULTIMACH_ARCH}-${HOST_OS}/${PF}"
-STAGING_KERNEL_DIR = "${STAGING_DIR}/${MULTIMACH_ARCH}-${HOST_OS}/kernel"
+STAMP = "${TMPDIR}/stamps/${MULTIMACH_ARCH}-${TARGET_OS}/${PF}"
+WORKDIR = "${TMPDIR}/work/${MULTIMACH_ARCH}-${TARGET_OS}/${PF}"
+STAGING_KERNEL_DIR = "${STAGING_DIR}/${MULTIMACH_ARCH}-${TARGET_OS}/kernel"
# Find any machine specific sub packages and if present, mark the
# whole package as machine specific for multimachine purposes.