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-04-11 12:50:59 -0600
commit9fb97f154b73094ab0cd042f2100411a4c8765c8 (patch)
treec728b1e38009f2340406618e95d48bf151f16a07
parent767b8599cc63f0d7d3157c0def103d06f76237d4 (diff)
downloadopenembedded-core-contrib-dankm/misc-updates.tar.gz
bitbake.conf: make localedir nonarchdankm/misc-updates
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 40796aab14..913b6b9628 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -44,7 +44,7 @@ export libdir = "${exec_prefix}/${baselib}"
export libexecdir = "${exec_prefix}/libexec"
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"