From 685db496819c3fc69c1dad7f77635e28c9b1d347 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 26 Jun 2017 16:11:12 +0100 Subject: 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 Signed-off-by: Martin Jansa --- meta-oe/classes/meson.bbclass | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-oe') 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}" -- cgit 1.2.3-korg