diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-11-12 15:00:18 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-08 10:20:51 +0000 |
commit | aa5df2adc281a826a9a91f23dd2a94dc79a29ba6 (patch) | |
tree | 5a7b208c7f7e3834dba20b2748af9620390756ec /meta/conf/distro | |
parent | 12ba5cc32537ea931abfecf414965a19f30f3fcb (diff) | |
download | poky-aa5df2adc281a826a9a91f23dd2a94dc79a29ba6.tar.gz |
package_regex.inc: split Debian-related entries into their own recipes
(From OE-Core rev: 2a5e1848c11bd9a3c64cf8fcc0cb334c738bc5c5)
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.inc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/conf/distro/include/package_regex.inc b/meta/conf/distro/include/package_regex.inc index 699d86963b..6bae1fcabe 100644 --- a/meta/conf/distro/include/package_regex.inc +++ b/meta/conf/distro/include/package_regex.inc | |||
@@ -185,20 +185,3 @@ REGEX_URI_pn-cdrtools = "http://sourceforge.net/projects/cdrtools/files/alpha/" | |||
185 | # Keep old gcc versions at their major versions | 185 | # Keep old gcc versions at their major versions |
186 | REGEX_pn-gcc-source-4.9.3 = "gcc-(?P<pver>4\.9\.\d+).tar" | 186 | REGEX_pn-gcc-source-4.9.3 = "gcc-(?P<pver>4\.9\.\d+).tar" |
187 | REGEX_pn-gcc-source-4.8.4 = "gcc-(?P<pver>4\.8\.\d+).tar" | 187 | REGEX_pn-gcc-source-4.8.4 = "gcc-(?P<pver>4\.8\.\d+).tar" |
188 | |||
189 | # these packages are taken from snapshots.debian.org; that source is static and goes stale | ||
190 | # so we check the latest upstream from a directory that does get updated | ||
191 | REGEX_URI_pn-apt = "${DEBIAN_MIRROR}/main/a/apt/" | ||
192 | REGEX_URI_pn-resolvconf = "${DEBIAN_MIRROR}/main/r/resolvconf/" | ||
193 | REGEX_URI_pn-net-tools = "${DEBIAN_MIRROR}/main/n/net-tools/" | ||
194 | |||
195 | # same for packages from launchpad | ||
196 | REGEX_URI_pn-base-passwd = "${DEBIAN_MIRROR}/main/b/base-passwd/" | ||
197 | |||
198 | # for these packages we're mostly interested in tracking debian patches, | ||
199 | # and not in the upstream version where all development has effectively stopped | ||
200 | DEBIAN_PATCH_REGEX = "(?P<pver>((\d+\.*)+)-((\d+\.*)+))\.(diff|debian\.tar)\.(gz|xz)" | ||
201 | REGEX_pn-net-tools = "${DEBIAN_PATCH_REGEX}" | ||
202 | REGEX_pn-apmd = "${DEBIAN_PATCH_REGEX}" | ||
203 | REGEX_pn-blktool = "${DEBIAN_PATCH_REGEX}" | ||
204 | REGEX_pn-mailx = "${DEBIAN_PATCH_REGEX}" | ||