packaged-staging.bbclass: fix typo, it's PSTAGE_TMPDIR_STAGE, not PSTAGE_TMDPDIR_STAGE
authorChris Larson <chris_larson@mentor.com>
Wed, 9 Jun 2010 00:56:53 +0000 (17:56 -0700)
committerChris 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

index 68c973a..ac5cec2 100644 (file)
@@ -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_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