diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/classes/allarch.bbclass | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/meta/classes/allarch.bbclass b/meta/classes/allarch.bbclass index 5e13a5b8a8..3ef1e9c0ef 100644 --- a/meta/classes/allarch.bbclass +++ b/meta/classes/allarch.bbclass @@ -23,6 +23,8 @@ python () {          d.setVar("TARGET_LD_ARCH", "none")          d.setVar("TARGET_AS_ARCH", "none")          d.setVar("PACKAGE_EXTRA_ARCHS", "") +        d.setVar("SDK_ARCH", "none") +        d.setVar("SDK_CC_ARCH", "none")          # No need to do shared library processing or debug symbol handling          d.setVar("EXCLUDE_FROM_SHLIBS", "1") | 
