diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-13 15:50:00 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-13 15:50:00 +0100 |
commit | df46962b612bb3cb06af9feb8ab296e666a13a5e (patch) | |
tree | be1f8dd179a20fd52ae1b3533b5f106f066bce20 | |
parent | 1964be5432c1c378e80d7f1dec0999a2be71853b (diff) | |
download | openembedded-core-df46962b612bb3cb06af9feb8ab296e666a13a5e.tar.gz openembedded-core-df46962b612bb3cb06af9feb8ab296e666a13a5e.tar.bz2 openembedded-core-df46962b612bb3cb06af9feb8ab296e666a13a5e.zip |
Revert "default-distrovars: remove NO32LIBS setting"
We still need this value to keep the sanity testing working. The other
part of the change is still valid.
This reverts commit cb940f46efacddc7200581edba034e4201abb94a.
-rw-r--r-- | meta/conf/distro/include/default-distrovars.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index c38cd350d4..16b310800b 100644 --- a/meta/conf/distro/include/default-distrovars.inc +++ b/meta/conf/distro/include/default-distrovars.inc @@ -37,6 +37,8 @@ COMMON_LICENSE_DIR ??= "${COREBASE}/meta/files/common-licenses" BB_GENERATE_MIRROR_TARBALLS ??= "0" +NO32LIBS ??= "1" + # Default to emitting logfiles if a build fails. BBINCLUDELOGS ??= "yes" SDK_VERSION ??= "oe-core.0" |