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:
b8599e0
)
packaged-staging.bbclass: fix typo, it's PSTAGE_TMPDIR_STAGE, not PSTAGE_TMDPDIR_STAGE
author
Chris Larson
<chris_larson@mentor.com>
Wed, 9 Jun 2010 00:56:53 +0000
(17:56 -0700)
committer
Chris Larson
<chris_larson@mentor.com>
Thu, 10 Jun 2010 18:35:00 +0000
(11:35 -0700)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
classes/packaged-staging.bbclass
patch
|
blob
|
history
diff --git
a/classes/packaged-staging.bbclass
b/classes/packaged-staging.bbclass
index
68c973a
..
ac5cec2
100644
(file)
--- a/
classes/packaged-staging.bbclass
+++ b/
classes/packaged-staging.bbclass
@@
-47,7
+47,7
@@
python () {
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_TM
D
PDIR_STAGE}"
+ scan_cmd = "grep -Irl ${STAGING_DIR} ${PSTAGE_TMPDIR_STAGE}"
bb.data.setVar('PSTAGE_SCAN_CMD', scan_cmd, d)
# PSTAGE_NATIVEDEPENDS lists the packages we need before we can use packaged