aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel McGregor <daniel.mcgregor@vecima.com>2016-01-12 17:17:17 -0600
committerDan McGregor <dan.mcgregor@usask.ca>2016-01-14 14:22:48 -0600
commit3c129d2250a6c80a125fc865bf8d9b55b02b9b05 (patch)
treefef6405762069796401b20f9f68e3cede54b24cc
parent541315d6c56df6448f64c262f99d43d5c1e9400b (diff)
downloadopenembedded-core-contrib-3c129d2250a6c80a125fc865bf8d9b55b02b9b05.tar.gz
bitbake.conf: make localedir nonarch
systemd and others expect locales to be in nonarch_libdir, regardless of the base library directory. Signed-off-by: Daniel McGregor <daniel.mcgregor@vecima.com>
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 2fe6b24d67..47f8a433e3 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -44,7 +44,7 @@ export libdir = "${exec_prefix}/${baselib}"
export libexecdir = "${libdir}/${BPN}"
export includedir = "${exec_prefix}/include"
export oldincludedir = "${exec_prefix}/include"
-localedir = "${libdir}/locale"
+localedir = "${nonarch_libdir}/locale"
# Linkage between native/cross/nativesdk layouts
base_bindir_native = "/bin"