From 0496564b64798760116c55be27b9540c50ef4233 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 23 Jun 2011 11:32:19 +0100 Subject: base/glib-2.0: Simplify USE_NLS handling for glib-2.0 Currently the only way to get anything to build is to set USE_NLS="yes" for glib-2.0. We might as well do this in the recipe by default for now and simpllify the code. The magic handling of USE_NLS_ is also removed since this can be done in the form USE_NLS_pn- using overrides these days. (From OE-Core rev: 2e3727b05ae58aaf1eed88967c13cae085e7a702) Signed-off-by: Richard Purdie Signed-off-by: Richard Purdie --- meta/conf/distro/include/tclibc-uclibc.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/conf/distro/include/tclibc-uclibc.inc') diff --git a/meta/conf/distro/include/tclibc-uclibc.inc b/meta/conf/distro/include/tclibc-uclibc.inc index 83418d6677..65693a9ca8 100644 --- a/meta/conf/distro/include/tclibc-uclibc.inc +++ b/meta/conf/distro/include/tclibc-uclibc.inc @@ -14,7 +14,6 @@ PREFERRED_PROVIDER_virtual/libiconv ?= "libiconv" PREFERRED_PROVIDER_virtual/libintl ?= "gettext" USE_NLS ?= "no" -USE_NLS_glib-2.0 = "yes" CXXFLAGS += "-fvisibility-inlines-hidden" -- cgit v1.2.3-54-g00ecf