diff options
author | Juro Bystricky <juro.bystricky@intel.com> | 2015-12-03 15:09:55 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-12 23:31:41 +0000 |
commit | 1c20e66428df10000741c25dddb7a2b1fd55ba42 (patch) | |
tree | c52c5106c983290abde7e8a1e6f503ff5db3f903 /meta/recipes-support | |
parent | 36c225704daa58b98a4b7f2ef315eb944d8628b5 (diff) | |
download | openembedded-core-1c20e66428df10000741c25dddb7a2b1fd55ba42.tar.gz openembedded-core-1c20e66428df10000741c25dddb7a2b1fd55ba42.tar.bz2 openembedded-core-1c20e66428df10000741c25dddb7a2b1fd55ba42.zip |
buildtools-tarball.bb: 32bit tools need pseudo 32bit library
"pseudo" does not build 32 bit library by default on 64 bit host, but the
32 bit library is needed when using 32 bit development tools (buildtools-tarball)
running on a 64 bit host. Building of the library can be forced if the
environment variable NO32LIBS is set to "0".
Hence for 32 bit buildtools we export the environment variable NO32LIBS="0"
and NO32LIBS is also added into BB_ENV_EXTRAWHITE (if not already there).
[YOCTO#8581]
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-support')
0 files changed, 0 insertions, 0 deletions