summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-05-09 19:23:44 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-11 17:08:29 +0100
commitb6557a5d9f3e0cd584bd3b3d50003f9460f2672e (patch)
tree72a4fc82486d6ac57ff3552451520e45f080130d /meta/recipes-gnome
parent0c64d0e4317e3749f7f7ed9ecd5d08bbb0cedc9e (diff)
downloadpoky-b6557a5d9f3e0cd584bd3b3d50003f9460f2672e.tar.gz
gcr: consider all versions, not only x.even.y
For example 4.1 is stable: https://gitlab.gnome.org/GNOME/gcr/-/tags (From OE-Core rev: e08b562a0f044b3455f97710764edb37ea83ec4d) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/gcr/gcr_4.1.0.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gcr/gcr_4.1.0.bb b/meta/recipes-gnome/gcr/gcr_4.1.0.bb
index 0cc466b614..239d9806cc 100644
--- a/meta/recipes-gnome/gcr/gcr_4.1.0.bb
+++ b/meta/recipes-gnome/gcr/gcr_4.1.0.bb
@@ -17,8 +17,7 @@ CFLAGS += "-D_GNU_SOURCE"
17 17
18GNOMEBASEBUILDCLASS = "meson" 18GNOMEBASEBUILDCLASS = "meson"
19GTKDOC_MESON_OPTION = "gtk_doc" 19GTKDOC_MESON_OPTION = "gtk_doc"
20inherit gnomebase gtk-icon-cache gi-docgen features_check upstream-version-is-even vala gobject-introspection gettext mime mime-xdg 20inherit gnomebase gtk-icon-cache gi-docgen features_check vala gobject-introspection gettext mime mime-xdg
21UPSTREAM_CHECK_REGEX = "gcr-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)\.tar.xz"
22 21
23REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'opengl', '', d)}" 22REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'opengl', '', d)}"
24 23