summaryrefslogtreecommitdiff
path: root/meta/classes/multimachine.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-08-21 11:51:25 +0000
committerRichard Purdie <richard@openedhand.com>2007-08-21 11:51:25 +0000
commita4b8304b62d6bf4b522769d5d9283050a5e63f3c (patch)
treedfd99644235c298deb9c435282e94d119eeca242 /meta/classes/multimachine.bbclass
parent4a705e9b1a6660a01d5528445b3b2acdbf9bd238 (diff)
downloadopenembedded-core-a4b8304b62d6bf4b522769d5d9283050a5e63f3c.tar.gz
openembedded-core-a4b8304b62d6bf4b522769d5d9283050a5e63f3c.tar.bz2
openembedded-core-a4b8304b62d6bf4b522769d5d9283050a5e63f3c.tar.xz
openembedded-core-a4b8304b62d6bf4b522769d5d9283050a5e63f3c.zip
package.bbclass: More pkgdata fixes, (install task needs to rerun on existing builds)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes/multimachine.bbclass')
-rw-r--r--meta/classes/multimachine.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/multimachine.bbclass b/meta/classes/multimachine.bbclass
index 7a2f24c96..945d22bfe 100644
--- a/meta/classes/multimachine.bbclass
+++ b/meta/classes/multimachine.bbclass
@@ -1,7 +1,7 @@
STAMP = "${TMPDIR}/stamps/${MULTIMACH_ARCH}${TARGET_VENDOR}-${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"
-PKGDATA_DIR = "${STAGING_DIR}/${MULTIMACH_ARCH}${TARGET_VENDOR}-${TARGET_OS}/pkgdata"
+PKGDATA_DIR = "${STAGING_DIR}/pkgdata/${MULTIMACH_ARCH}${TARGET_VENDOR}-${TARGET_OS}"
# Find any machine specific sub packages and if present, mark the
# whole package as machine specific for multimachine purposes.