mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 00:32:13 +02:00
packaged-staging.bbclass: fix typo in scan_cmd
it's PSTAGE_TMPDIR_STAGE, not PSTAGE_TMDPDIR_STAGE spotted by Chris Larson <chris_larson@mentor.com> Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -42,7 +42,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_TMDPDIR_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
|
||||
|
||||
Reference in New Issue
Block a user