aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/classes/meson.bbclass
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-06-26 16:11:12 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2017-07-01 09:59:26 +0200
commit685db496819c3fc69c1dad7f77635e28c9b1d347 (patch)
treeca405804c55e9e9d8cdc156e8692954ef95e7287 /meta-oe/classes/meson.bbclass
parent11951f01d9e2385d80ca708fcb1f5c98b4641d7b (diff)
downloadmeta-openembedded-contrib-685db496819c3fc69c1dad7f77635e28c9b1d347.tar.gz
meson: don't pass localedir
For historic reasons the localedir directory is where binary locales are stored (/usr/lib/locale) , not where application translations belong (typically, /usr/share/locale). Don't pass localedir explicitly, and let Meson use the default of $datadir/locale to match the behaviour of autotools.bbclass and the expectations of the system. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/classes/meson.bbclass')
-rw-r--r--meta-oe/classes/meson.bbclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-oe/classes/meson.bbclass b/meta-oe/classes/meson.bbclass
index 72f96c541f..8f384c127c 100644
--- a/meta-oe/classes/meson.bbclass
+++ b/meta-oe/classes/meson.bbclass
@@ -27,7 +27,6 @@ MESONOPTS = " --prefix ${prefix} \
--includedir ${@noprefix('includedir', d)} \
--mandir ${@noprefix('mandir', d)} \
--infodir ${@noprefix('infodir', d)} \
- --localedir ${@noprefix('localedir', d)} \
--sysconfdir ${sysconfdir} \
--localstatedir ${localstatedir} \
--sharedstatedir ${sharedstatedir}"