From 5ddaba1fb833d0408cef5f58f786513b9293c30a Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 11 Nov 2015 16:32:16 +0200 Subject: package_regex.inc: split entries with odd-even versioning into their own recipes Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta/recipes-gnome/gtk-engines') diff --git a/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb b/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb index 7c3a87e872..aaf8cab7a6 100644 --- a/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb +++ b/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb @@ -37,6 +37,10 @@ GNOME_COMPRESS_TYPE="bz2" inherit distro_features_check ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" +# This picks stable releases in the 2.x series (but not 2.90 onwards, +# which were GNOME 3 betas). +UPSTREAM_CHECK_REGEX = "(?P2\.([0-8]*[02468])+(\.\d+)+)" + python populate_packages_prepend() { engines_root = os.path.join(d.getVar('libdir', True), "gtk-2.0/2.10.0/engines") themes_root = os.path.join(d.getVar('datadir', True), "themes") -- cgit 1.2.3-korg