[oe-commits] [openembedded-core] 18/40: json-glib: upgrade 1.4.2 -> 1.4.4

git at git.openembedded.org git at git.openembedded.org
Fri Jan 11 10:40:15 UTC 2019


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

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

commit 078b2389a76ca3eba2307c7aa20be095cf96e060
Author: Yi Zhao <yi.zhao at windriver.com>
AuthorDate: Wed Jan 9 15:19:43 2019 +0800

    json-glib: upgrade 1.4.2 -> 1.4.4
    
    Add PACKAGECONFIG[manpages] for generating man pages.
    
    Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 .../json-glib/{json-glib_1.4.2.bb => json-glib_1.4.4.bb}       | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-gnome/json-glib/json-glib_1.4.2.bb b/meta/recipes-gnome/json-glib/json-glib_1.4.4.bb
similarity index 83%
rename from meta/recipes-gnome/json-glib/json-glib_1.4.2.bb
rename to meta/recipes-gnome/json-glib/json-glib_1.4.4.bb
index b4a6a6f..95f9056 100644
--- a/meta/recipes-gnome/json-glib/json-glib_1.4.2.bb
+++ b/meta/recipes-gnome/json-glib/json-glib_1.4.4.bb
@@ -11,13 +11,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
 DEPENDS = "glib-2.0"
 
 GNOMEBASEBUILDCLASS = "meson"
-inherit gnomebase lib_package gobject-introspection gtk-doc gettext ptest-gnome
+inherit gnomebase lib_package gobject-introspection gtk-doc gettext ptest-gnome manpages
 
 SRC_URI += "file://run-ptest"
-SRC_URI[archive.md5sum] = "35107e23a7bbbc70f31c34f7b9adf1c3"
-SRC_URI[archive.sha256sum] = "2d7709a44749c7318599a6829322e081915bdc73f5be5045882ed120bb686dc8"
+SRC_URI[archive.md5sum] = "4d4bb9837f6d31e32d0ce658ae135f68"
+SRC_URI[archive.sha256sum] = "720c5f4379513dc11fd97dc75336eb0c0d3338c53128044d9fabec4374f4bc47"
 
-# This builds both API docs (via gtk-doc) and manpages
+PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,libxslt-native xmlto-native"
+
+# This builds both API docs (via gtk-doc)
 GTKDOC_ENABLE_FLAG = "-Ddocs=true"
 GTKDOC_DISABLE_FLAG = "-Ddocs=false"
 

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


More information about the Openembedded-commits mailing list