mirror of
https://git.yoctoproject.org/poky
synced 2026-07-21 05:27:01 +00:00
libc-locale: split locale handling from libc recipe.
*libc's do_package will cost a lot of time due to the locale handing, which may delay the other recipe's do_package task and affect the build performance. This commit moves locale handling into a separate recipe *libc-locale. [RP: Add fixup with recent eglibc commit conflict for FILES_pn-dbg and PACKAGES] (From OE-Core rev: c6d3242f7642f537b02870bb4eb650f0e2094b85) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
671e580111
commit
8fa9d64f1d
@@ -15,6 +15,7 @@ PREFERRED_PROVIDER_virtual/libiconv-nativesdk ?= "eglibc-nativesdk"
|
||||
PREFERRED_PROVIDER_virtual/libintl ?= "eglibc"
|
||||
PREFERRED_PROVIDER_virtual/libc ?= "eglibc"
|
||||
PREFERRED_PROVIDER_virtual/libc-nativesdk ?= "eglibc-nativesdk"
|
||||
PREFERRED_PROVIDER_virtual/libc-locale ?= "eglibc-locale"
|
||||
|
||||
CXXFLAGS += "-fvisibility-inlines-hidden"
|
||||
|
||||
|
||||
@@ -15,6 +15,7 @@ PREFERRED_PROVIDER_virtual/libiconv-nativesdk ?= "glibc-nativesdk"
|
||||
PREFERRED_PROVIDER_virtual/libintl ?= "glibc"
|
||||
PREFERRED_PROVIDER_virtual/libc ?= "glibc"
|
||||
PREFERRED_PROVIDER_virtual/libc-nativesdk ?= "glibc-nativesdk"
|
||||
PREFERRED_PROVIDER_virtual/libc-locale ?= "glibc-locale"
|
||||
|
||||
CXXFLAGS += "-fvisibility-inlines-hidden"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user