diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-04-13 13:40:17 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-13 13:49:35 +0100 |
commit | 7b22df2e4b0269b5b91764a807d63e20268cc932 (patch) | |
tree | 4012a04ceb0e52dba8565f54fac0d7b41a7a067a /meta/conf | |
parent | 7cf26b2d3d0100ce564d3ef7604b4ecbf85acccc (diff) | |
download | poky-7b22df2e4b0269b5b91764a807d63e20268cc932.tar.gz |
default-distrovars: remove NO32LIBS setting
The ??= assignment in pseudo.inc effectively nullifies this ??=
assignment here, so remove it.
(From OE-Core rev: cb940f46efacddc7200581edba034e4201abb94a)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/default-distrovars.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index 16b310800b..c38cd350d4 100644 --- a/meta/conf/distro/include/default-distrovars.inc +++ b/meta/conf/distro/include/default-distrovars.inc | |||
@@ -37,8 +37,6 @@ COMMON_LICENSE_DIR ??= "${COREBASE}/meta/files/common-licenses" | |||
37 | 37 | ||
38 | BB_GENERATE_MIRROR_TARBALLS ??= "0" | 38 | BB_GENERATE_MIRROR_TARBALLS ??= "0" |
39 | 39 | ||
40 | NO32LIBS ??= "1" | ||
41 | |||
42 | # Default to emitting logfiles if a build fails. | 40 | # Default to emitting logfiles if a build fails. |
43 | BBINCLUDELOGS ??= "yes" | 41 | BBINCLUDELOGS ??= "yes" |
44 | SDK_VERSION ??= "oe-core.0" | 42 | SDK_VERSION ??= "oe-core.0" |