[oe-commits] [openembedded-core] 35/41: atk: add explicit gettext-native dependency

git at git.openembedded.org git at git.openembedded.org
Wed Jul 18 09:20:37 UTC 2018


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

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 964ea8bfc455f6017dc834104d96b8f5aa40a5bc
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Mon Jul 16 16:27:47 2018 +0100

    atk: add explicit gettext-native dependency
    
    In native builds we attempt to turn off i18n but this doesn't work in Meson
    yet[1] but as the gettext class reduces dependencies in native builds we need to
    add gettext-native to DEPENDS explicitly.
    
    [1] https://github.com/mesonbuild/meson/issues/821
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-support/atk/atk_2.28.1.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-support/atk/atk_2.28.1.bb b/meta/recipes-support/atk/atk_2.28.1.bb
index a051247..26b13b6 100644
--- a/meta/recipes-support/atk/atk_2.28.1.bb
+++ b/meta/recipes-support/atk/atk_2.28.1.bb
@@ -8,7 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
                     file://atk/atkutil.c;endline=18;md5=6fd31cd2fdc9b30f619ca8d819bc12d3 \
                     file://atk/atk.h;endline=18;md5=fcd7710187e0eae485e356c30d1b0c3b"
 
-DEPENDS = "glib-2.0"
+# Need gettext-native as Meson can't turn off i18n
+DEPENDS = "gettext-native glib-2.0"
 
 GNOMEBASEBUILDCLASS = "meson"
 inherit gnomebase gtk-doc gettext upstream-version-is-even gobject-introspection

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


More information about the Openembedded-commits mailing list