[oe-commits] [meta-openembedded] 27/28: libpeas: upgrade 1.22.0 -> 1.24.0

git at git.openembedded.org git at git.openembedded.org
Wed Nov 6 14:34:52 UTC 2019


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

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

commit 8d0611356a919c6b773212080574749e25809378
Author: Zheng Ruoqin <zhengrq.fnst at cn.fujitsu.com>
AuthorDate: Wed Nov 6 22:52:30 2019 +0800

    libpeas: upgrade 1.22.0 -> 1.24.0
    
    Change buildtool from autotools to meson with version upgrade.
    
    Signed-off-by: Zheng Ruoqin <zhengrq.fnst at cn.fujitsu.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../libpeas/{libpeas_1.22.0.bb => libpeas_1.24.0.bb}          | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/meta-oe/recipes-gnome/libpeas/libpeas_1.22.0.bb b/meta-oe/recipes-gnome/libpeas/libpeas_1.24.0.bb
similarity index 58%
rename from meta-oe/recipes-gnome/libpeas/libpeas_1.22.0.bb
rename to meta-oe/recipes-gnome/libpeas/libpeas_1.24.0.bb
index dd1b53e..33c5fbb 100644
--- a/meta-oe/recipes-gnome/libpeas/libpeas_1.22.0.bb
+++ b/meta-oe/recipes-gnome/libpeas/libpeas_1.24.0.bb
@@ -5,16 +5,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4b54a1fd55a448865a0b32d41598759d"
 
 DEPENDS = "gnome-common gtk+3 intltool-native"
 
+GNOMEBASEBUILDCLASS = "meson"
 inherit gnomebase gobject-introspection gtk-doc gtk-icon-cache distro_features_check
 
-# gobject-introspection is mandatory and cannot be configured
-REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
-UNKNOWN_CONFIGURE_WHITELIST_append = " --enable-introspection --disable-introspection"
+GTKDOC_MESON_OPTION = "gtk_doc"
 
-SRC_URI[archive.md5sum] = "a20dc55c3f88ad06da9491cfd7de7558"
-SRC_URI[archive.sha256sum] = "5b2fc0f53962b25bca131a5ec0139e6fef8e254481b6e777975f7a1d2702a962"
+SRC_URI[archive.md5sum] = "7a136eea60930012deff2f7bfa3673be"
+SRC_URI[archive.sha256sum] = "0b9a00138c129a663de3eef5569b00ace03ce31d345f7af783768e9f35c8e6f9"
 
-PACKAGECONFIG[python3] = "--enable-python3,--disable-python3,python3-pygobject"
+PACKAGECONFIG[python3] = "-Dpython3=true,-Dpython3=false,python3-pygobject"
 
 export GIR_EXTRA_LIBS_PATH = "${B}/libpeas/.libs"
 

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


More information about the Openembedded-commits mailing list