summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorAlexander Kanavin <alex@linutronix.de>2025-03-11 11:05:00 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-03-11 21:29:50 +0000
commitdf31f91c58af49d37f9cf048d4c0bd48ae6ccbe9 (patch)
treea4498e7ba9229d61d5ebeb292bf2116ac79c85a8 /meta/recipes-gnome
parent269385daa48437344646f2b0eb74ac63d6881ed5 (diff)
downloadpoky-df31f91c58af49d37f9cf048d4c0bd48ae6ccbe9.tar.gz
gcr: exclude x.y.9z pre-releases from upstream version check
(From OE-Core rev: 34adcb09da9098561c6fb5946c5ff6491c4b9154) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/gcr/gcr_4.3.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gcr/gcr_4.3.0.bb b/meta/recipes-gnome/gcr/gcr_4.3.0.bb
index dcd8658d9c..3fc8ec0a64 100644
--- a/meta/recipes-gnome/gcr/gcr_4.3.0.bb
+++ b/meta/recipes-gnome/gcr/gcr_4.3.0.bb
@@ -15,6 +15,7 @@ CFLAGS += "-D_GNU_SOURCE"
15 15
16GTKDOC_MESON_OPTION = "gtk_doc" 16GTKDOC_MESON_OPTION = "gtk_doc"
17inherit gnomebase gtk-icon-cache gi-docgen features_check vala gobject-introspection gettext mime mime-xdg 17inherit gnomebase gtk-icon-cache gi-docgen features_check vala gobject-introspection gettext mime mime-xdg
18UPSTREAM_CHECK_REGEX = "gcr-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"
18 19
19REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'opengl', '', d)}" 20REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'opengl', '', d)}"
20 21