mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
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 (From OE-Core rev: 6cf978dfcc90632680db15b58f8f9edbbd7c083b) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -14,7 +14,7 @@ PREFERRED_PROVIDER_virtual/libintl ?= "musl"
|
|||||||
PREFERRED_PROVIDER_virtual/nativesdk-libintl ?= "nativesdk-glibc"
|
PREFERRED_PROVIDER_virtual/nativesdk-libintl ?= "nativesdk-glibc"
|
||||||
PREFERRED_PROVIDER_virtual/nativesdk-libiconv ?= "nativesdk-glibc"
|
PREFERRED_PROVIDER_virtual/nativesdk-libiconv ?= "nativesdk-glibc"
|
||||||
|
|
||||||
USE_NLS ?= "no"
|
#USE_NLS ?= "no"
|
||||||
|
|
||||||
CXXFLAGS += "-fvisibility-inlines-hidden"
|
CXXFLAGS += "-fvisibility-inlines-hidden"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user