]> code.ossystems Code Review - openembedded-core.git/commitdiff
musl: Enable NLS
authorKhem Raj <raj.khem@gmail.com>
Sat, 11 Apr 2015 01:20:36 +0000 (18:20 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 13 Apr 2015 21:28:35 +0000 (22:28 +0100)
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@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/tclibc-musl.inc

index 7c1c91b6c824e1b61ab7c357463176a4e87afabf..1ddd58ed5e2a26e9649bcd79fb0fd6116af666e9 100644 (file)
@@ -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"