]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
gcr: consider all versions, not only x.even.y
authorAlexander Kanavin <alex.kanavin@gmail.com>
Tue, 9 May 2023 17:23:44 +0000 (19:23 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 May 2023 16:06:10 +0000 (17:06 +0100)
For example 4.1 is stable:
https://gitlab.gnome.org/GNOME/gcr/-/tags

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-gnome/gcr/gcr_4.1.0.bb

index 0cc466b61462adf72630ed7eaf2857f72182b47a..239d9806cce7462c7a5666e854a153e81b44f31d 100644 (file)
@@ -17,8 +17,7 @@ CFLAGS += "-D_GNU_SOURCE"
 
 GNOMEBASEBUILDCLASS = "meson"
 GTKDOC_MESON_OPTION = "gtk_doc"
-inherit gnomebase gtk-icon-cache gi-docgen features_check upstream-version-is-even vala gobject-introspection gettext mime mime-xdg
-UPSTREAM_CHECK_REGEX = "gcr-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)\.tar.xz"
+inherit gnomebase gtk-icon-cache gi-docgen features_check vala gobject-introspection gettext mime mime-xdg
 
 REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'opengl', '', d)}"