From: Khem Raj Date: Sat, 11 Apr 2015 01:20:36 +0000 (-0700) Subject: musl: Enable NLS X-Git-Tag: 2015-10~2191 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6cf978dfcc90632680db15b58f8f9edbbd7c083b;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/conf/distro/include/tclibc-musl.inc b/meta/conf/distro/include/tclibc-musl.inc index 7c1c91b6c8..1ddd58ed5e 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"