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.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/allarch.bbclass b/meta/classes/allarch.bbclass
index 9dce49879a..026214ea9a 100644
--- a/meta/classes/allarch.bbclass
+++ b/meta/classes/allarch.bbclass
@@ -32,6 +32,7 @@ python () {
32 d.setVar("TARGET_CFLAGS", "none") 32 d.setVar("TARGET_CFLAGS", "none")
33 d.setVar("TARGET_CXXFLAGS", "none") 33 d.setVar("TARGET_CXXFLAGS", "none")
34 d.setVar("TARGET_LDFLAGS", "none") 34 d.setVar("TARGET_LDFLAGS", "none")
35 d.setVar("POPULATESYSROOTDEPS", "")
35 36
36 # Avoid this being unnecessarily different due to nuances of 37 # Avoid this being unnecessarily different due to nuances of
37 # the target machine that aren't important for "all" arch 38 # the target machine that aren't important for "all" arch