summaryrefslogtreecommitdiffstats
path: root/meta/classes/allarch.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/allarch.bbclass')
-rw-r--r--meta/classes/allarch.bbclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/classes/allarch.bbclass b/meta/classes/allarch.bbclass
index 026214ea9a..a7748416e9 100644
--- a/meta/classes/allarch.bbclass
+++ b/meta/classes/allarch.bbclass
@@ -25,7 +25,9 @@ python () {
25 d.setVar("TARGET_AS_ARCH", "none") 25 d.setVar("TARGET_AS_ARCH", "none")
26 d.setVar("TARGET_FPU", "") 26 d.setVar("TARGET_FPU", "")
27 d.setVar("TARGET_PREFIX", "") 27 d.setVar("TARGET_PREFIX", "")
28 d.setVar("PACKAGE_EXTRA_ARCHS", "") 28 # Expand PACKAGE_EXTRA_ARCHS since the staging code needs this
29 # (this removes any dependencies from the hash perspective)
30 d.setVar("PACKAGE_EXTRA_ARCHS", d.getVar("PACKAGE_EXTRA_ARCHS"))
29 d.setVar("SDK_ARCH", "none") 31 d.setVar("SDK_ARCH", "none")
30 d.setVar("SDK_CC_ARCH", "none") 32 d.setVar("SDK_CC_ARCH", "none")
31 d.setVar("TARGET_CPPFLAGS", "none") 33 d.setVar("TARGET_CPPFLAGS", "none")