1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00:00

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>
This commit is contained in:
Alexander Kanavin
2015-11-12 15:00:18 +02:00
committed by Richard Purdie
parent 12ba5cc325
commit aa5df2adc2
8 changed files with 32 additions and 17 deletions
@@ -185,20 +185,3 @@ REGEX_URI_pn-cdrtools = "http://sourceforge.net/projects/cdrtools/files/alpha/"
# Keep old gcc versions at their major versions
REGEX_pn-gcc-source-4.9.3 = "gcc-(?P<pver>4\.9\.\d+).tar"
REGEX_pn-gcc-source-4.8.4 = "gcc-(?P<pver>4\.8\.\d+).tar"
# these packages are taken from snapshots.debian.org; that source is static and goes stale
# so we check the latest upstream from a directory that does get updated
REGEX_URI_pn-apt = "${DEBIAN_MIRROR}/main/a/apt/"
REGEX_URI_pn-resolvconf = "${DEBIAN_MIRROR}/main/r/resolvconf/"
REGEX_URI_pn-net-tools = "${DEBIAN_MIRROR}/main/n/net-tools/"
# same for packages from launchpad
REGEX_URI_pn-base-passwd = "${DEBIAN_MIRROR}/main/b/base-passwd/"
# for these packages we're mostly interested in tracking debian patches,
# and not in the upstream version where all development has effectively stopped
DEBIAN_PATCH_REGEX = "(?P<pver>((\d+\.*)+)-((\d+\.*)+))\.(diff|debian\.tar)\.(gz|xz)"
REGEX_pn-net-tools = "${DEBIAN_PATCH_REGEX}"
REGEX_pn-apmd = "${DEBIAN_PATCH_REGEX}"
REGEX_pn-blktool = "${DEBIAN_PATCH_REGEX}"
REGEX_pn-mailx = "${DEBIAN_PATCH_REGEX}"