packaged-staging.bbclass: Set MULTMACH_ARCH if its not been set so we don't depend...
authorRichard Purdie <rpurdie@rpsys.net>
Thu, 6 Mar 2008 13:15:56 +0000 (13:15 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Thu, 6 Mar 2008 13:15:56 +0000 (13:15 +0000)
classes/packaged-staging.bbclass

index d822a86..b564136 100644 (file)
@@ -20,6 +20,9 @@ python () {
         bb.data.setVar("PSTAGING_DISABLED", "1", d)
 }
 
+# multimachine.bbclass will override this
+MULTIMACH_ARCH ?= "${PACKAGE_ARCH}"
+
 export PSTAGING_DISABLED = "0"
 
 DEPLOY_DIR_PSTAGE      = "${DEPLOY_DIR}/pstage"