summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2015-11-11 16:32:16 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-08 10:20:51 +0000
commit642e92f2cd67980a731ba21b570d8d1c6f4798e0 (patch)
treeccae9a0f45db187759a1fcc536ddfc20a51c2dcb /meta/conf/distro
parent96eac69636d2c345cdd50b19262f157335d53380 (diff)
downloadpoky-642e92f2cd67980a731ba21b570d8d1c6f4798e0.tar.gz
package_regex.inc: split entries with odd-even versioning into their own recipes
(From OE-Core rev: 5ddaba1fb833d0408cef5f58f786513b9293c30a) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r--meta/conf/distro/include/package_regex.inc51
1 files changed, 0 insertions, 51 deletions
diff --git a/meta/conf/distro/include/package_regex.inc b/meta/conf/distro/include/package_regex.inc
index e681e67afb..ea628209cd 100644
--- a/meta/conf/distro/include/package_regex.inc
+++ b/meta/conf/distro/include/package_regex.inc
@@ -208,57 +208,6 @@ GITTAGREGEX_pn-xinetd = "xinetd-(?P<pver>(?!20030122).+)"
208# Blacklist debian-specific tags 208# Blacklist debian-specific tags
209GITTAGREGEX_pn-xf86-video-omapfb = "(?P<pver>\d+(\.\d+)+)(?!-)" 209GITTAGREGEX_pn-xf86-video-omapfb = "(?P<pver>\d+(\.\d+)+)(?!-)"
210 210
211# GNOME related.
212#
213# GNOME2_STABLE picks stable releases in the 2.x series (so not 2.90 onwards,
214# which were GNOME 3 betas.
215#
216# GNOME_STABLE picks the latest stable release.
217
218GNOME2_STABLE = "(?P<pver>2\.([0-8]*[02468])+(\.\d+)+)"
219GNOME_STABLE = "(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)"
220
221REGEX_pn-glib-2.0 = "${GNOME_STABLE}"
222REGEX_pn-atk = "${GNOME_STABLE}"
223REGEX_pn-at-spi2-core = "${GNOME_STABLE}"
224REGEX_pn-at-spi2-atk = "${GNOME_STABLE}"
225REGEX_pn-gdk-pixbuf = "${GNOME_STABLE}"
226REGEX_pn-pango = "${GNOME_STABLE}"
227REGEX_pn-gtk+ = "${GNOME2_STABLE}"
228REGEX_pn-gtk+3 = "${GNOME_STABLE}"
229REGEX_pn-gtk-engines = "${GNOME2_STABLE}"
230REGEX_pn-gtk-icon-utils-native = "${GNOME2_STABLE}"
231REGEX_pn-glib-networking = "${GNOME_STABLE}"
232REGEX_pn-librsvg = "${GNOME_STABLE}"
233REGEX_pn-libsoup-2.4 = "${GNOME_STABLE}"
234REGEX_pn-vala = "${GNOME_STABLE}"
235REGEX_pn-clutter-1.0 = "${GNOME_STABLE}"
236REGEX_pn-clutter-gtk-1.0 = "${GNOME_STABLE}"
237REGEX_pn-clutter-gst-3.0 = "${GNOME_STABLE}"
238REGEX_pn-cogl-1.0 = "${GNOME_STABLE}"
239REGEX_pn-adwaita-icon-theme = "${GNOME_STABLE}"
240REGEX_pn-vte = "${GNOME_STABLE}"
241REGEX_pn-epiphany = "${GNOME_STABLE}"
242REGEX_pn-webkitgtk = "${GNOME_STABLE}"
243REGEX_pn-p11-kit = "${GNOME_STABLE}"
244REGEX_pn-gnome-desktop3 = "${GNOME_STABLE}"
245
246# not GNOME related but uses same even-minor-release-is-stable logic
247REGEX_pn-dbus = "${GNOME_STABLE}"
248REGEX_pn-dbus-test = "${GNOME_STABLE}"
249
250# same logic applies to gstreamer releases
251REGEX_pn-gstreamer1.0 = "${GNOME_STABLE}"
252REGEX_pn-gstreamer1.0-libav = "${GNOME_STABLE}"
253REGEX_pn-gstreamer1.0-plugins-bad = "${GNOME_STABLE}"
254REGEX_pn-gstreamer1.0-plugins-base = "${GNOME_STABLE}"
255REGEX_pn-gstreamer1.0-plugins-good = "${GNOME_STABLE}"
256REGEX_pn-gstreamer1.0-plugins-ugly = "${GNOME_STABLE}"
257REGEX_pn-gstreamer1.0-rtsp-server = "${GNOME_STABLE}"
258
259# and perl
260REGEX_pn-perl = "${GNOME_STABLE}"
261
262# Keep old gcc versions at their major versions 211# Keep old gcc versions at their major versions
263REGEX_pn-gcc-source-4.9.3 = "gcc-(?P<pver>4\.9\.\d+).tar" 212REGEX_pn-gcc-source-4.9.3 = "gcc-(?P<pver>4\.9\.\d+).tar"
264REGEX_pn-gcc-source-4.8.4 = "gcc-(?P<pver>4\.8\.\d+).tar" 213REGEX_pn-gcc-source-4.8.4 = "gcc-(?P<pver>4\.8\.\d+).tar"