summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-01-04 12:05:47 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-06 12:03:48 +0000
commit91780783975c1499c5dbf0b4dd9a7d17d400ec17 (patch)
treeb3c9061f2e09b05786a69367e4004523ccc2739f /meta/recipes-gnome
parent9b044671a2b2a0fc5bbaf14e44b29f9649fd8d9c (diff)
downloadpoky-91780783975c1499c5dbf0b4dd9a7d17d400ec17.tar.gz
gcr3: limit version check to 3.x versions without odd-even rule
(From OE-Core rev: cab25ecb7a67484bea3915d954fb7e9c469a281d) 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/gcr3_3.40.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gcr/gcr3_3.40.0.bb b/meta/recipes-gnome/gcr/gcr3_3.40.0.bb
index 5318768db6..8d0f1e972a 100644
--- a/meta/recipes-gnome/gcr/gcr3_3.40.0.bb
+++ b/meta/recipes-gnome/gcr/gcr3_3.40.0.bb
@@ -18,7 +18,7 @@ CFLAGS += "-D_GNU_SOURCE"
18GNOMEBASEBUILDCLASS = "meson" 18GNOMEBASEBUILDCLASS = "meson"
19GTKDOC_MESON_OPTION = "gtk_doc" 19GTKDOC_MESON_OPTION = "gtk_doc"
20inherit gnomebase gtk-icon-cache gtk-doc features_check upstream-version-is-even vala gobject-introspection gettext mime mime-xdg 20inherit gnomebase gtk-icon-cache gtk-doc features_check upstream-version-is-even vala gobject-introspection gettext mime mime-xdg
21UPSTREAM_CHECK_REGEX = "[^\d\.](?P<pver>\d+\.(?!9\d+)(\d*[02468])+(\.\d+)+)\.tar" 21UPSTREAM_CHECK_REGEX = "[^\d\.](?P<pver>3.(?!9\d+)\d+(\.\d+)+)\.tar"
22 22
23SRC_URI = " \ 23SRC_URI = " \
24 https://download.gnome.org/sources/gcr/3.40/gcr-${PV}.tar.xz;name=archive \ 24 https://download.gnome.org/sources/gcr/3.40/gcr-${PV}.tar.xz;name=archive \