diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/packaged-staging.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/packaged-staging.bbclass b/meta/classes/packaged-staging.bbclass index 6314e36aa7..bd2dc1652c 100644 --- a/meta/classes/packaged-staging.bbclass +++ b/meta/classes/packaged-staging.bbclass | |||
@@ -42,7 +42,7 @@ python () { | |||
42 | path = bb.data.getVar('PSTAGE_PKGPATH', d, 1) | 42 | path = bb.data.getVar('PSTAGE_PKGPATH', d, 1) |
43 | path = path + bb.data.getVar('TMPDIR', d, 1).replace('/', '-') | 43 | path = path + bb.data.getVar('TMPDIR', d, 1).replace('/', '-') |
44 | bb.data.setVar('PSTAGE_PKGPATH', path, d) | 44 | bb.data.setVar('PSTAGE_PKGPATH', path, d) |
45 | scan_cmd = "grep -Irl ${STAGING_DIR} ${PSTAGE_TMDPDIR_STAGE}" | 45 | scan_cmd = "grep -Irl ${STAGING_DIR} ${PSTAGE_TMPDIR_STAGE}" |
46 | bb.data.setVar('PSTAGE_SCAN_CMD', scan_cmd, d) | 46 | bb.data.setVar('PSTAGE_SCAN_CMD', scan_cmd, d) |
47 | 47 | ||
48 | # PSTAGE_NATIVEDEPENDS lists the packages we need before we can use packaged | 48 | # PSTAGE_NATIVEDEPENDS lists the packages we need before we can use packaged |