[oe-commits] Christopher Larson : tcmode-external-csl: use the existing precompiled locale files

git at git.openembedded.org git at git.openembedded.org
Thu May 3 14:17:33 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 3679de3e7085504a3f717e54d8adc9a0d53c5840
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=3679de3e7085504a3f717e54d8adc9a0d53c5840

Author: Christopher Larson <kergoth at gmail.com>
Date:   Mon Apr 16 15:18:22 2012 -0500

tcmode-external-csl: use the existing precompiled locale files

Signed-off-by: Christopher Larson <kergoth at gmail.com>

---

 meta/conf/distro/include/tcmode-external-csl.inc |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta/conf/distro/include/tcmode-external-csl.inc b/meta/conf/distro/include/tcmode-external-csl.inc
index 1fc366c..3b54e35 100644
--- a/meta/conf/distro/include/tcmode-external-csl.inc
+++ b/meta/conf/distro/include/tcmode-external-csl.inc
@@ -35,6 +35,10 @@ PREFERRED_PROVIDER_virtual/libiconv = "external-csl-toolchain"
 PREFERRED_PROVIDER_glibc-thread-db = "external-csl-toolchain"
 PREFERRED_PROVIDER_virtual/linux-libc-headers = "external-csl-toolchain"
 
+# No need to re-compile the locale files
+GLIBC_INTERNAL_USE_BINARY_LOCALE = "precompiled"
+ENABLE_BINARY_LOCALE_GENERATION = ""
+
 TARGET_CPPFLAGS_prepend = " -isystem${EXTERNAL_TOOLCHAIN}/${TARGET_SYS}/include "
 TARGET_LDFLAGS_prepend = " -L${EXTERNAL_TOOLCHAIN}/${TARGET_SYS}/lib -Wl,-rpath-link,${EXTERNAL_TOOLCHAIN}/${TARGET_SYS}/lib "
 





More information about the Openembedded-commits mailing list