From 3ac97834f1b0d27417fbf36fa080ce4f02b41ab1 Mon Sep 17 00:00:00 2001 From: Abdur Rehman Date: Wed, 21 Oct 2015 20:36:45 +0500 Subject: [PATCH] tcmode: set localedir back to ${exec_prefix}/lib/locale This reverts commit 4c72f28c6ecc691bcd7f04ac5fddccb2f2a6998b to align localedir with the external toolchain Signed-off-by: Abdur Rehman --- conf/distro/include/tcmode-external-sourcery.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/distro/include/tcmode-external-sourcery.inc b/conf/distro/include/tcmode-external-sourcery.inc index 8a46c04..bfb0e7e 100644 --- a/conf/distro/include/tcmode-external-sourcery.inc +++ b/conf/distro/include/tcmode-external-sourcery.inc @@ -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 = ""