From: Christopher Larson Date: Mon, 16 Apr 2012 20:18:22 +0000 (-0500) Subject: tcmode-external-csl: use the existing precompiled locale files X-Git-Tag: 2015-4~10766 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3679de3e7085504a3f717e54d8adc9a0d53c5840;p=openembedded-core.git tcmode-external-csl: use the existing precompiled locale files Signed-off-by: Christopher Larson --- diff --git a/meta/conf/distro/include/tcmode-external-csl.inc b/meta/conf/distro/include/tcmode-external-csl.inc index 1fc366c946..3b54e351b7 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 "