From 620e16a5bb9d24406343f0bcdb101186cafea203 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 16 May 2021 01:38:45 +0200 Subject: [PATCH] libwnck3: upgrade 3.36.0 -> 40.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../libwnck/{libwnck3_3.36.0.bb => libwnck3_40.0.bb} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename meta-gnome/recipes-gnome/libwnck/{libwnck3_3.36.0.bb => libwnck3_40.0.bb} (81%) diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck3_3.36.0.bb b/meta-gnome/recipes-gnome/libwnck/libwnck3_40.0.bb similarity index 81% rename from meta-gnome/recipes-gnome/libwnck/libwnck3_3.36.0.bb rename to meta-gnome/recipes-gnome/libwnck/libwnck3_40.0.bb index 8bca93f6d1..bfb52e5bbf 100644 --- a/meta-gnome/recipes-gnome/libwnck/libwnck3_3.36.0.bb +++ b/meta-gnome/recipes-gnome/libwnck/libwnck3_40.0.bb @@ -17,8 +17,10 @@ GIR_MESON_DISABLE_FLAG = 'disabled' inherit gnomebase gobject-introspection gtk-doc gettext features_check -SRC_URI[archive.md5sum] = "00bb40dc6fab76af0da33e88a34b6378" -SRC_URI[archive.sha256sum] = "bc508150b3ed5d22354b0e6774ad4eee465381ebc0ace45eb0e2d3a4186c925f" +def gnome_verdir(v): + return oe.utils.trim_version(v, 1) + +SRC_URI[archive.sha256sum] = "30cb79a839f90cd66f3e202f3f98cb5166fa0cd9b92eb571ad9c470a43021d83" # libxres means x11 only REQUIRED_DISTRO_FEATURES = "x11"