[oe-commits] Khem Raj : musl: Enable NLS

git at git.openembedded.org git at git.openembedded.org
Mon Apr 13 21:34:43 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 6cf978dfcc90632680db15b58f8f9edbbd7c083b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6cf978dfcc90632680db15b58f8f9edbbd7c083b

Author: Khem Raj <raj.khem at gmail.com>
Date:   Fri Apr 10 18:20:36 2015 -0700

musl: Enable NLS

It supports it, so lets enable it even though
we can compile lot of stuff without NLS but its
harder to get them all compiled without NLS

Change-Id: I49a06c05b004654dabbef980c4e6ad991d581341
Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/distro/include/tclibc-musl.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/distro/include/tclibc-musl.inc b/meta/conf/distro/include/tclibc-musl.inc
index 7c1c91b..1ddd58e 100644
--- a/meta/conf/distro/include/tclibc-musl.inc
+++ b/meta/conf/distro/include/tclibc-musl.inc
@@ -14,7 +14,7 @@ PREFERRED_PROVIDER_virtual/libintl ?= "musl"
 PREFERRED_PROVIDER_virtual/nativesdk-libintl ?= "nativesdk-glibc"
 PREFERRED_PROVIDER_virtual/nativesdk-libiconv ?= "nativesdk-glibc"
 
-USE_NLS ?= "no"
+#USE_NLS ?= "no"
 
 CXXFLAGS += "-fvisibility-inlines-hidden"
 



More information about the Openembedded-commits mailing list