mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-04 06:54:36 +02:00
Don't alter GLIBC_GENERATE_LOCALES for nativesdk
We only want this to take effect for the locales for the external toolchain, not those generated and used for nativesdk, otherwise we break the buildtools-tarball build. JIRA: SB-8391 Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
@@ -21,7 +21,7 @@ BASELIB_x86-64 = "lib64"
|
||||
# Ensure that we only attempt to package up locales which are available in the
|
||||
# external toolchain. In the future, we should examine the external toolchain
|
||||
# sysroot and determine this accurately.
|
||||
GLIBC_GENERATE_LOCALES_remove = "en_US.UTF-8"
|
||||
GLIBC_GENERATE_LOCALES_remove_pn-glibc-locale = "en_US.UTF-8"
|
||||
|
||||
# Align localedir with the corresponding path in external toolchain
|
||||
localedir = "${exec_prefix}/lib/locale"
|
||||
|
||||
Reference in New Issue
Block a user