From 1eb9e190ef3bb1170b3eaabd9f7900e7ce176624 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 16 Nov 2015 16:34:03 +0200 Subject: package_regex.inc: split entries which blacklist specific versions to their recipes Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- meta/conf/distro/include/package_regex.inc | 35 ------------------------------ 1 file changed, 35 deletions(-) (limited to 'meta/conf/distro') diff --git a/meta/conf/distro/include/package_regex.inc b/meta/conf/distro/include/package_regex.inc index 25c59695cb..c392d6bdcb 100644 --- a/meta/conf/distro/include/package_regex.inc +++ b/meta/conf/distro/include/package_regex.inc @@ -46,25 +46,9 @@ REGEX_pn-cmake = "cmake-(?P\d+(\.\d+)+)\.tar" REGEX_pn-libsdl = "SDL-(?P\d+(\.\d+)+)\.tar" REGEX_pn-libxslt = "libxslt-(?P\d+(\.\d+)+)\.tar" -# Exclude NC versions which lack AES encryption -REGEX_pn-db = "db-(?P\d+\.\d+(\.\d+)?).tar" - REGEX_URI_pn-autogen = "http://ftp.gnu.org/gnu/autogen/" REGEX_pn-autogen = "rel(?P\d+(\.\d+)+)/" -# python recipe is actually python 2.x -# also, exclude pre-releases for both python 2.x and 3.x -REGEX_pn-python = "[Pp]ython-(?P2(\.\d+)+).tar" -REGEX_pn-python3 = "[Pp]ython-(?P\d+(\.\d+)+).tar" - -# exclude betas -REGEX_pn-tiff = "tiff-(?P\d+(\.\d+)+).tar" - -# exclude version 5.5.2 which triggers a false positive -REGEX_pn-unzip = "unzip(?P(?!552).+)\.tgz" -# similar for zip -REGEX_pn-zip = "^zip(?P(?!232).+)\.tgz" - # Isn't possible to download with the default URI web server returns # (403, 404, 550) REGEX_URI_pn-dosfstools = "https://github.com/dosfstools/dosfstools/releases" @@ -104,22 +88,3 @@ REGEX_URI_pn-libnfsidmap = "http://www.citi.umich.edu/projects/nfsv4/linux/libnf REGEX_URI_pn-mpfr = "http://www.mpfr.org/mpfr-current/" REGEX_URI_pn-nss = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Releases" REGEX_pn-nss = "NSS_(?P.+)_release_notes" - -REGEX_URI_pn-docbook-sgml-dtd-3.1 = "http://www.docbook.org/sgml/" -REGEX_pn-docbook-sgml-dtd-3.1 = "(?P3\..+)/" -REGEX_URI_pn-docbook-sgml-dtd-4.1 = "http://www.docbook.org/sgml/" -REGEX_pn-docbook-sgml-dtd-4.1 = "(?P4\.1(\.\d+)*)/" - -# Qt recipes should be kept at 4.x -REGEX_URI_pn-qt4-embedded = "http://download.qt.io/official_releases/qt/4.8/" -REGEX_pn-qt4-embedded = "(?P\d+(\.\d+)+)/" -REGEX_URI_pn-qt4-x11-free = "http://download.qt.io/official_releases/qt/4.8/" -REGEX_pn-qt4-x11-free = "(?P\d+(\.\d+)+)/" -REGEX_URI_pn-nativesdk-qt4-tools = "http://download.qt.io/official_releases/qt/4.8/" -REGEX_pn-nativesdk-qt4-tools = "(?P\d+(\.\d+)+)/" -REGEX_URI_pn-qt4-native = "http://download.qt.io/official_releases/qt/4.8/" -REGEX_pn-qt4-native = "(?P\d+(\.\d+)+)/" - -# Keep old gcc versions at their major versions -REGEX_pn-gcc-source-4.9.3 = "gcc-(?P4\.9\.\d+).tar" -REGEX_pn-gcc-source-4.8.4 = "gcc-(?P4\.8\.\d+).tar" -- cgit 1.2.3-korg