]> code.ossystems Code Review - openembedded-core.git/commitdiff
Revert "default-distrovars: remove NO32LIBS setting"
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 13 Apr 2012 14:50:00 +0000 (15:50 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 13 Apr 2012 14:50:00 +0000 (15:50 +0100)
We still need this value to keep the sanity testing working. The other
part of the change is still valid.

This reverts commit cb940f46efacddc7200581edba034e4201abb94a.

meta/conf/distro/include/default-distrovars.inc

index c38cd350d44aced34bd652ee398c291a644ef830..16b310800b869bca5ace2fa416caff1408037534 100644 (file)
@@ -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"