]> code.ossystems Code Review - openembedded-core.git/commit
buildtools-tarball.bb: 32bit tools need pseudo 32bit library
authorJuro Bystricky <juro.bystricky@intel.com>
Thu, 3 Dec 2015 23:09:55 +0000 (15:09 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 12 Dec 2015 23:31:41 +0000 (23:31 +0000)
commit1c20e66428df10000741c25dddb7a2b1fd55ba42
treec52c5106c983290abde7e8a1e6f503ff5db3f903
parent36c225704daa58b98a4b7f2ef315eb944d8628b5
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>
meta/recipes-core/meta/buildtools-tarball.bb