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:
Christopher Larson
2016-12-15 21:51:08 -07:00
parent 3ebfc49030
commit b034153aac

View File

@@ -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"