diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2014-01-16 13:16:55 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-16 12:05:47 +0000 |
commit | 63cde7251587747264601f1572699b26abdac11f (patch) | |
tree | 3cba3d803747e01698d7544bf2bfcced0fc69ed1 /meta/classes/allarch.bbclass | |
parent | e665db7f0f7204ca3470bb1661ab73800695d3e1 (diff) | |
download | poky-63cde7251587747264601f1572699b26abdac11f.tar.gz |
allarch.bbclass: set SDK_ARCH and SDK_CC_ARCH to "none"
allarch packages shouldn't use these variables.
[YOCTO #5396]
(From OE-Core rev: c7253ad1b00fcef8fe0aeaab06d2fe76c82ba0dc)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/allarch.bbclass')
-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 () { | |||
23 | d.setVar("TARGET_LD_ARCH", "none") | 23 | d.setVar("TARGET_LD_ARCH", "none") |
24 | d.setVar("TARGET_AS_ARCH", "none") | 24 | d.setVar("TARGET_AS_ARCH", "none") |
25 | d.setVar("PACKAGE_EXTRA_ARCHS", "") | 25 | d.setVar("PACKAGE_EXTRA_ARCHS", "") |
26 | d.setVar("SDK_ARCH", "none") | ||
27 | d.setVar("SDK_CC_ARCH", "none") | ||
26 | 28 | ||
27 | # No need to do shared library processing or debug symbol handling | 29 | # No need to do shared library processing or debug symbol handling |
28 | d.setVar("EXCLUDE_FROM_SHLIBS", "1") | 30 | d.setVar("EXCLUDE_FROM_SHLIBS", "1") |