diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-06-28 14:36:47 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-29 13:08:48 +0100 |
commit | 41db1bf69314e542a9d7ac1fb1b4bc65db75b642 (patch) | |
tree | f51dae34455027ed9f019d5d7d6ea9fd1d184d67 /meta/recipes-graphics/x11-common | |
parent | f7ec6ea2b32207993e7fc92ed67c08f542007953 (diff) | |
download | openembedded-core-41db1bf69314e542a9d7ac1fb1b4bc65db75b642.tar.gz openembedded-core-41db1bf69314e542a9d7ac1fb1b4bc65db75b642.tar.bz2 openembedded-core-41db1bf69314e542a9d7ac1fb1b4bc65db75b642.zip |
bitbake.conf: Add weak definition for USE_NLS
USE_NLS is generally defined for uclibc based system builds
and generally its defined to 'no' there. However this variable
does not exist at all for eglibc/glibc distributions. This
patch adds a weak definition to 'yes' on eglibc based system
builds. This will ease out some of the cryptic contructs we
have to define certain options based on USE_NLS and also
checking got uclibc at the same time to avoid pythong exceptions
when its not defined.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/x11-common')
0 files changed, 0 insertions, 0 deletions