]> code.ossystems Code Review - openembedded-core.git/commit
gettext: Improve USE_NLS handling for nativesdk/crosssdk/cross-canadian
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 20 Aug 2013 17:13:14 +0000 (17:13 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Aug 2013 17:30:05 +0000 (18:30 +0100)
commitfe634d47449899f7424adb77ff5bc7ddf8a07a47
treeed0cab0857170043d54c32da242ba5a312f2c115
parentae86a46c1b255e7c2833eb6d48ed46eba440e95a
gettext: Improve USE_NLS handling for nativesdk/crosssdk/cross-canadian

The gettext handling of USE_NLS has become a bit tricky to understand, or
alter from the SDK context. This patch introduces a SDKUSE_NLS which can
be set to configure a given SDK/ADT to use NLS or not. This is independent
of the target system NLS usage.

The code in gettext.bbclass is therefore simplified and the classes
themselves now set USE_NLS to appropriate values. No NLS is used
for native, cross and crosssdk since it is never used there and
would just increase build time.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/cross-canadian.bbclass
meta/classes/cross.bbclass
meta/classes/crosssdk.bbclass
meta/classes/gettext.bbclass
meta/classes/native.bbclass
meta/classes/nativesdk.bbclass
meta/conf/bitbake.conf