From b034153aacc00444d6534bbf7d7d9dc0792888e9 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Thu, 15 Dec 2016 21:51:08 -0700 Subject: [PATCH] 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 --- conf/distro/include/tcmode-external-sourcery.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/distro/include/tcmode-external-sourcery.inc b/conf/distro/include/tcmode-external-sourcery.inc index 0ee6996..d79487a 100644 --- a/conf/distro/include/tcmode-external-sourcery.inc +++ b/conf/distro/include/tcmode-external-sourcery.inc @@ -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"