diff options
| author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-11-16 18:05:13 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-08 10:20:52 +0000 |
| commit | 976f0e35c62149040bf10b4e9c6b5840b6ba82ee (patch) | |
| tree | cd92befe31cb74f2878339e01c503a64de9e0b90 /meta/conf | |
| parent | 74bfa62f85433991f007ae1e029e76db05b3a380 (diff) | |
| download | poky-976f0e35c62149040bf10b4e9c6b5840b6ba82ee.tar.gz | |
package_regex.inc: split the rest of the entries to their recipes
(From OE-Core rev: 73e2555cc7d529a93362b3fcfea3fbc7a4c60ca1)
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')
| -rw-r--r-- | meta/conf/distro/include/package_regex.inc | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/meta/conf/distro/include/package_regex.inc b/meta/conf/distro/include/package_regex.inc index c392d6bdcb..9fc1157237 100644 --- a/meta/conf/distro/include/package_regex.inc +++ b/meta/conf/distro/include/package_regex.inc | |||
| @@ -20,71 +20,3 @@ | |||
| 20 | # determine the upstream release version. This regex can be used | 20 | # determine the upstream release version. This regex can be used |
| 21 | # to filter only relevant tags. | 21 | # to filter only relevant tags. |
| 22 | # | 22 | # |
| 23 | |||
| 24 | COMMON_REGEX = "(?P<pver>(\d+[\.\-_]*)+)" | ||
| 25 | |||
| 26 | # Generic regex don't match | ||
| 27 | REGEX_URI_pn-wireless-tools = "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html" | ||
| 28 | REGEX_pn-wireless-tools = "wireless_tools\.(?P<pver>(\d+)(\..*|))\.tar\.gz" | ||
| 29 | |||
| 30 | REGEX_URI_pn-sqlite3="http://www.sqlite.org/" | ||
| 31 | REGEX_pn-sqlite3="releaselog/${COMMON_REGEX}.html" | ||
| 32 | |||
| 33 | REGEX_URI_pn-dhcp = "ftp://ftp.isc.org/isc/dhcp/" | ||
| 34 | REGEX_pn-dhcp="(?P<pver>\d+\.\d+\.(\d+?))/" | ||
| 35 | |||
| 36 | REGEX_pn-foomatic-filters = "foomatic-filters-(?P<pver>((\d|\d\d)\.*)+)\.tar\.gz" | ||
| 37 | REGEX_pn-xdg-utils = "xdg-utils-(?P<pver>((\d+[\.\-_]*)+)((rc|alpha|beta)\d+)?)\.(tar\.gz|tgz)" | ||
| 38 | REGEX_pn-rpm="rpm-${COMMON_REGEX}-.*$" | ||
| 39 | REGEX_pn-libtheora = "libtheora-(?P<pver>\d+(\.\d)+)\.(tar\.gz|tgz)" | ||
| 40 | |||
| 41 | REGEX_pn-iputils="iputils-(?P<pver>s\d+).tar" | ||
| 42 | REGEX_pn-nettle = "nettle-(?P<pver>\d+(\.\d+)+)\.tar" | ||
| 43 | |||
| 44 | REGEX_pn-cairo = "cairo-(?P<pver>\d+(\.\d+)+)\.tar" | ||
| 45 | REGEX_pn-cmake = "cmake-(?P<pver>\d+(\.\d+)+)\.tar" | ||
| 46 | REGEX_pn-libsdl = "SDL-(?P<pver>\d+(\.\d+)+)\.tar" | ||
| 47 | REGEX_pn-libxslt = "libxslt-(?P<pver>\d+(\.\d+)+)\.tar" | ||
| 48 | |||
| 49 | REGEX_URI_pn-autogen = "http://ftp.gnu.org/gnu/autogen/" | ||
| 50 | REGEX_pn-autogen = "rel(?P<pver>\d+(\.\d+)+)/" | ||
| 51 | |||
| 52 | # Isn't possible to download with the default URI web server returns | ||
| 53 | # (403, 404, 550) | ||
| 54 | REGEX_URI_pn-dosfstools = "https://github.com/dosfstools/dosfstools/releases" | ||
| 55 | REGEX_pn-json-c = "json-c-(?P<pver>\d+(\.\d+)+).tar" | ||
| 56 | # json-c releases page is fetching the list of releases in some weird XML format | ||
| 57 | # from https://s3.amazonaws.com/json-c_releases and processes it with javascript :-/ | ||
| 58 | #REGEX_URI_pn-json-c = "https://s3.amazonaws.com/json-c_releases/releases/index.html" | ||
| 59 | REGEX_URI_pn-chrpath = "http://alioth.debian.org/frs/?group_id=31052" | ||
| 60 | |||
| 61 | REGEX_URI_pn-powertop = "https://01.org/powertop/downloads" | ||
| 62 | REGEX_URI_pn-libsamplerate0 = "http://www.mega-nerd.com/SRC/download.html" | ||
| 63 | REGEX_URI_pn-libxkbcommon = "http://xkbcommon.org/" | ||
| 64 | REGEX_URI_pn-tslib = "https://github.com/kergoth/tslib/releases" | ||
| 65 | REGEX_URI_pn-waffle="http://www.waffle-gl.org/releases.html" | ||
| 66 | REGEX_URI_pn-lrzsz = "http://ohse.de/uwe/software/lrzsz.html" | ||
| 67 | REGEX_URI_pn-libacpi = "http://www.ngolde.de/libacpi.html" | ||
| 68 | REGEX_URI_pn-less = "http://www.greenwoodsoftware.com/less/download.html" | ||
| 69 | REGEX_URI_pn-cups = "http://www.cups.org/software.php" | ||
| 70 | REGEX_pn-cups = "cups-(?P<pver>\d+\.\d+(\.\d+)?)-source.tar" | ||
| 71 | REGEX_URI_pn-bzip2 = "http://www.bzip.org/downloads.html" | ||
| 72 | REGEX_URI_pn-minicom = "https://alioth.debian.org/frs/?group_id=30018" | ||
| 73 | REGEX_URI_pn-sysstat = "http://sebastien.godard.pagesperso-orange.fr/download.html" | ||
| 74 | REGEX_URI_pn-libical = "https://github.com/libical/libical/releases/" | ||
| 75 | REGEX_URI_pn-libmpc = "http://www.multiprecision.org/index.php?prog=mpc&page=download" | ||
| 76 | REGEX_URI_pn-taglib = "http://github.com/taglib/taglib/releases/" | ||
| 77 | REGEX_URI_pn-libevent = "http://libevent.org/" | ||
| 78 | REGEX_URI_pn-db = "http://www.oracle.com/technetwork/products/berkeleydb/downloads/index-082944.html" | ||
| 79 | REGEX_URI_pn-python-smartpm="https://launchpad.net/smart/trunk/" | ||
| 80 | REGEX_URI_pn-lsof = "ftp://sunsite.ualberta.ca/pub/Mirror/lsof/" | ||
| 81 | REGEX_URI_pn-pbzip2 = "http://compression.ca/pbzip2/" | ||
| 82 | REGEX_URI_pn-quicky = "http://qt-apps.org/content/download.php?content=80325&id=1&tan=10417482" | ||
| 83 | REGEX_URI_pn-libwebp = "http://downloads.webmproject.org/releases/webp/index.html" | ||
| 84 | |||
| 85 | # The engine tries to use directory versioning but is a false-positive | ||
| 86 | REGEX_URI_pn-intltool = "https://launchpad.net/intltool/trunk/" | ||
| 87 | REGEX_URI_pn-libnfsidmap = "http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/" | ||
| 88 | REGEX_URI_pn-mpfr = "http://www.mpfr.org/mpfr-current/" | ||
| 89 | REGEX_URI_pn-nss = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Releases" | ||
| 90 | REGEX_pn-nss = "NSS_(?P<pver>.+)_release_notes" | ||
