diff options
author | Richard Purdie <richard@openedhand.com> | 2006-08-14 00:31:00 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-08-14 00:31:00 +0000 |
commit | 0f5e8d268ac12902ecab20994cba67cce2ff8931 (patch) | |
tree | a3848f4d003d82fd56bae5c3774bb3dd74c26a3e /meta/classes/multimachine.bbclass | |
parent | dec8b8b6187165812c9c911023747098cdad94ff (diff) | |
download | poky-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
Diffstat (limited to 'meta/classes/multimachine.bbclass')
-rw-r--r-- | meta/classes/multimachine.bbclass | 6 |
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 @@ | |||
1 | STAMP = "${TMPDIR}/stamps/${MULTIMACH_ARCH}-${HOST_OS}/${PF}" | 1 | STAMP = "${TMPDIR}/stamps/${MULTIMACH_ARCH}-${TARGET_OS}/${PF}" |
2 | WORKDIR = "${TMPDIR}/work/${MULTIMACH_ARCH}-${HOST_OS}/${PF}" | 2 | WORKDIR = "${TMPDIR}/work/${MULTIMACH_ARCH}-${TARGET_OS}/${PF}" |
3 | STAGING_KERNEL_DIR = "${STAGING_DIR}/${MULTIMACH_ARCH}-${HOST_OS}/kernel" | 3 | STAGING_KERNEL_DIR = "${STAGING_DIR}/${MULTIMACH_ARCH}-${TARGET_OS}/kernel" |
4 | 4 | ||
5 | # Find any machine specific sub packages and if present, mark the | 5 | # Find any machine specific sub packages and if present, mark the |
6 | # whole package as machine specific for multimachine purposes. | 6 | # whole package as machine specific for multimachine purposes. |