diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2017-06-27 16:16:23 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-06 14:38:13 +0100 |
commit | b0823b9bca84a44997d00fda4c1f6c677f415319 (patch) | |
tree | a4722bfb61d8d1f608209524b6809c333178f377 | |
parent | 38641c842cadd8be4d6abef4988664f03adc476d (diff) | |
download | poky-b0823b9bca84a44997d00fda4c1f6c677f415319.tar.gz |
gtk+3: Update UPSTREAM_CHECK_REGEX
Avoid versions >= 3.90 (development versions for 4.0).
(From OE-Core rev: a50073d933dbadafd6eaef0c2c8ed99bd8de1502)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+3.inc | 6 | ||||
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.15.bb | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/gtk+/gtk+3.inc index 27da844fea..34845ae04e 100644 --- a/meta/recipes-gnome/gtk+/gtk+3.inc +++ b/meta/recipes-gnome/gtk+/gtk+3.inc | |||
@@ -10,7 +10,11 @@ DEPENDS = "glib-2.0 cairo pango atk jpeg libpng gdk-pixbuf \ | |||
10 | 10 | ||
11 | LICENSE = "LGPLv2 & LGPLv2+ & LGPLv2.1+" | 11 | LICENSE = "LGPLv2 & LGPLv2+ & LGPLv2.1+" |
12 | 12 | ||
13 | inherit autotools gettext pkgconfig gtk-doc update-alternatives gtk-immodules-cache gsettings distro_features_check upstream-version-is-even gobject-introspection | 13 | inherit autotools gettext pkgconfig gtk-doc update-alternatives gtk-immodules-cache gsettings distro_features_check gobject-introspection |
14 | |||
15 | # versions >= 3.90 are development versions, otherwise like upstream-version-is-even | ||
16 | UPSTREAM_CHECK_REGEX = "[^\d\.](?P<pver>3\.([1-8]?[02468])+(\.\d+)+)\.tar" | ||
17 | |||
14 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 18 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
15 | 19 | ||
16 | # This should be in autotools.bbclass, but until something elses uses it putting | 20 | # This should be in autotools.bbclass, but until something elses uses it putting |
diff --git a/meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.15.bb b/meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.15.bb index d8a0bd04fd..2d65b96339 100644 --- a/meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.15.bb +++ b/meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.15.bb | |||
@@ -20,7 +20,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ | |||
20 | 20 | ||
21 | S = "${WORKDIR}/gtk+-${PV}" | 21 | S = "${WORKDIR}/gtk+-${PV}" |
22 | 22 | ||
23 | inherit pkgconfig native upstream-version-is-even | 23 | inherit pkgconfig native |
24 | |||
25 | # versions >= 3.90 are development versions, otherwise like upstream-version-is-even | ||
26 | UPSTREAM_CHECK_REGEX = "[^\d\.](?P<pver>3\.([1-8]?[02468])+(\.\d+)+)\.tar" | ||
24 | 27 | ||
25 | PKG_CONFIG_FOR_BUILD = "${STAGING_BINDIR_NATIVE}/pkg-config-native" | 28 | PKG_CONFIG_FOR_BUILD = "${STAGING_BINDIR_NATIVE}/pkg-config-native" |
26 | 29 | ||