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.bbclass5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/classes/allarch.bbclass b/meta/classes/allarch.bbclass
index d41dd4bee8..c953e7c7d7 100644
--- a/meta/classes/allarch.bbclass
+++ b/meta/classes/allarch.bbclass
@@ -28,6 +28,11 @@ python () {
28 d.setVar("SDK_ARCH", "none") 28 d.setVar("SDK_ARCH", "none")
29 d.setVar("SDK_CC_ARCH", "none") 29 d.setVar("SDK_CC_ARCH", "none")
30 30
31 # Avoid this being unnecessarily different due to nuances of
32 # the target machine that aren't important for "all" arch
33 # packages.
34 d.setVar("LDFLAGS", "")
35
31 # No need to do shared library processing or debug symbol handling 36 # No need to do shared library processing or debug symbol handling
32 d.setVar("EXCLUDE_FROM_SHLIBS", "1") 37 d.setVar("EXCLUDE_FROM_SHLIBS", "1")
33 d.setVar("INHIBIT_PACKAGE_DEBUG_SPLIT", "1") 38 d.setVar("INHIBIT_PACKAGE_DEBUG_SPLIT", "1")