[oe-commits] [openembedded-core] 18/20: json-glib: Add dependency on gettext-native

git at git.openembedded.org git at git.openembedded.org
Sat Jan 13 18:12:54 UTC 2018


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

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

commit 317f095c580b5949c16583820fdbe9b3c8272f44
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Sat Jan 13 17:52:51 2018 +0000

    json-glib: Add dependency on gettext-native
    
    Avoids:
    
    Meson encountered an error in file po/meson.build, line 58, column 5:
    Can not do gettext because xgettext is not installed.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-gnome/json-glib/json-glib_1.2.8.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-gnome/json-glib/json-glib_1.2.8.bb b/meta/recipes-gnome/json-glib/json-glib_1.2.8.bb
index 88653ef..31912d1 100644
--- a/meta/recipes-gnome/json-glib/json-glib_1.2.8.bb
+++ b/meta/recipes-gnome/json-glib/json-glib_1.2.8.bb
@@ -17,7 +17,7 @@ SRC_URI[archive.md5sum] = "ff31e7d0594df44318e12facda3d086e"
 SRC_URI[archive.sha256sum] = "fd55a9037d39e7a10f0db64309f5f0265fa32ec962bf85066087b83a2807f40a"
 
 GNOMEBASEBUILDCLASS = "meson"
-inherit gnomebase lib_package gobject-introspection gtk-doc manpages
+inherit gnomebase lib_package gobject-introspection gtk-doc manpages gettext
 
 GTKDOC_ENABLE_FLAG = "-Denable-gtk-doc=true"
 GTKDOC_DISABLE_FLAG = "-Denable-gtk-doc=false"

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


More information about the Openembedded-commits mailing list