]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake.conf: make localedir nonarch
authorDaniel McGregor <daniel.mcgregor@vecima.com>
Tue, 12 Jan 2016 23:17:17 +0000 (17:17 -0600)
committerDan McGregor <dan.mcgregor@usask.ca>
Thu, 14 Jan 2016 20:22:48 +0000 (14:22 -0600)
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>
meta/conf/bitbake.conf

index 2fe6b24d6737dfc7deb83096c4220769013d45c3..47f8a433e3adbcf9e95388ac61a1d342c54299ee 100644 (file)
@@ -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"