[oe-commits] [meta-openembedded] 28/53: meson: don't pass localedir

git at git.openembedded.org git at git.openembedded.org
Sat Jul 1 08:00:11 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit 685db496819c3fc69c1dad7f77635e28c9b1d347
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Mon Jun 26 16:11:12 2017 +0100

    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 at intel.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/classes/meson.bbclass | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta-oe/classes/meson.bbclass b/meta-oe/classes/meson.bbclass
index 72f96c5..8f384c1 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}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list