mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-04 06:54:36 +02:00
tcmode: set localedir back to ${exec_prefix}/lib/locale
This reverts commit 4c72f28c6e
to align localedir with the external toolchain
Signed-off-by: Abdur Rehman <abdur_rehman@mentor.com>
This commit is contained in:
@@ -17,6 +17,9 @@ BASELIB_aarch64 = "lib64"
|
||||
# sysroot and determine this accurately.
|
||||
GLIBC_GENERATE_LOCALES_remove = "en_US.UTF-8"
|
||||
|
||||
# Align localedir with the corresponding path in external toolchain
|
||||
localedir = "${exec_prefix}/lib/locale"
|
||||
|
||||
# No need to re-compile the locale files
|
||||
GLIBC_INTERNAL_USE_BINARY_LOCALE ?= "precompiled"
|
||||
ENABLE_BINARY_LOCALE_GENERATION = ""
|
||||
|
||||
Reference in New Issue
Block a user