summaryrefslogtreecommitdiffstats
path: root/classes/packaged-staging.bbclass
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-07-27 16:06:26 -0700
committerTom Rini <tom_rini@mentor.com>2010-07-27 16:10:29 -0700
commit8085586dd2ae51c9cddb3adf865acbdcb502db53 (patch)
tree4ba22a311194106d806bd0f561d6eed188d4ff62 /classes/packaged-staging.bbclass
parentd8e0ee5155b8688ba0f2793f6600ef764ac74a98 (diff)
downloadopenembedded-8085586dd2ae51c9cddb3adf865acbdcb502db53.tar.gz
packaged-staging: Place cross/native/etc into the normal path
With the changes to move ${CROSS_DIR} into sysroots/ we now $ORIGIN-mangle cross packages (and already were native) so change the comment from cross.bbclass while we're at this and then put these recipes into the usual packaged-staging cache. Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'classes/packaged-staging.bbclass')
-rw-r--r--classes/packaged-staging.bbclass3
1 files changed, 0 insertions, 3 deletions
diff --git a/classes/packaged-staging.bbclass b/classes/packaged-staging.bbclass
index fda143188e..9f369485b5 100644
--- a/classes/packaged-staging.bbclass
+++ b/classes/packaged-staging.bbclass
@@ -40,9 +40,6 @@ python () {
# These classes encode staging paths into the binary data so can only be
# reused if the path doesn't change/
if bb.data.inherits_class('native', d) or bb.data.inherits_class('cross', d) or bb.data.inherits_class('sdk', d) or bb.data.inherits_class('crosssdk', d):
- path = bb.data.getVar('PSTAGE_PKGPATH', d, 1)
- path = path + bb.data.getVar('TMPDIR', d, 1).replace('/', '-')
- bb.data.setVar('PSTAGE_PKGPATH', path, d)
scan_cmd = "grep -Irl ${STAGING_DIR} ${PSTAGE_TMPDIR_STAGE}"
bb.data.setVar('PSTAGE_SCAN_CMD', scan_cmd, d)