From fe634d47449899f7424adb77ff5bc7ddf8a07a47 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 20 Aug 2013 17:13:14 +0000 Subject: 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 --- meta/classes/native.bbclass | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/classes/native.bbclass') diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass index 04f0d06ad9..102dfb8872 100644 --- a/meta/classes/native.bbclass +++ b/meta/classes/native.bbclass @@ -158,3 +158,5 @@ do_package_write_deb[noexec] = "1" do_package_write_rpm[noexec] = "1" do_populate_sysroot[stamp-extra-info] = "" + +USE_NLS = "no" -- cgit 1.2.3-korg