From: Alexander Kanavin Date: Mon, 27 Jun 2022 09:49:51 +0000 (+0200) Subject: pango: exclude 1.9x versions which are 2.x pre-releases. X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3774 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f03fe6d3655649fd43774afe65bc2590a416c58;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git pango: exclude 1.9x versions which are 2.x pre-releases. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/pango/pango_1.50.7.bb b/meta/recipes-graphics/pango/pango_1.50.7.bb index 727c1702882..01a11a1dac5 100644 --- a/meta/recipes-graphics/pango/pango_1.50.7.bb +++ b/meta/recipes-graphics/pango/pango_1.50.7.bb @@ -15,6 +15,8 @@ GNOMEBASEBUILDCLASS = "meson" inherit gnomebase gi-docgen ptest-gnome upstream-version-is-even gobject-introspection +UPSTREAM_CHECK_REGEX = "pango-(?P\d+\.(?!9\d+)\d+\.\d+)" + GIR_MESON_ENABLE_FLAG = "enabled" GIR_MESON_DISABLE_FLAG = "disabled"