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/recipes-extended/net-tools | |
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/recipes-extended/net-tools')
-rw-r--r-- | meta/recipes-extended/net-tools/net-tools_1.60-26.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-extended/net-tools/net-tools_1.60-26.bb b/meta/recipes-extended/net-tools/net-tools_1.60-26.bb index aefc1e6e7e..923d048ed6 100644 --- a/meta/recipes-extended/net-tools/net-tools_1.60-26.bb +++ b/meta/recipes-extended/net-tools/net-tools_1.60-26.bb | |||
@@ -13,6 +13,10 @@ SRC_URI = "http://snapshot.debian.org/archive/debian/20050312T000000Z/pool/main/ | |||
13 | file://ifconfig-interface-0-del-IP-will-remove-the-aliased-.patch \ | 13 | file://ifconfig-interface-0-del-IP-will-remove-the-aliased-.patch \ |
14 | " | 14 | " |
15 | 15 | ||
16 | # for this package we're mostly interested in tracking debian patches, | ||
17 | # and not in the upstream version where all development has effectively stopped | ||
18 | UPSTREAM_CHECK_REGEX = "(?P<pver>((\d+\.*)+)-((\d+\.*)+))\.(diff|debian\.tar)\.(gz|xz)" | ||
19 | |||
16 | S = "${WORKDIR}/net-tools-1.60" | 20 | S = "${WORKDIR}/net-tools-1.60" |
17 | 21 | ||
18 | SRC_URI[tarball.md5sum] = "ecaf37acb5b5daff4bdda77785fd916d" | 22 | SRC_URI[tarball.md5sum] = "ecaf37acb5b5daff4bdda77785fd916d" |
@@ -21,6 +25,10 @@ SRC_URI[tarball.sha256sum] = "ec67967cf7b1a3a3828a84762fbc013ac50ee5dc9aa3095d5c | |||
21 | SRC_URI[patch.md5sum] = "ea3592f49ac8380962bc4d9b66c7e7e9" | 25 | SRC_URI[patch.md5sum] = "ea3592f49ac8380962bc4d9b66c7e7e9" |
22 | SRC_URI[patch.sha256sum] = "aeeeafaff68866a446f01bb639d4e0146a60af34dcd20e31a3e46585022fc76c" | 26 | SRC_URI[patch.sha256sum] = "aeeeafaff68866a446f01bb639d4e0146a60af34dcd20e31a3e46585022fc76c" |
23 | 27 | ||
28 | # the package is taken from snapshots.debian.org; that source is static and goes stale | ||
29 | # so we check the latest upstream from a directory that does get updated | ||
30 | UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/n/net-tools/" | ||
31 | |||
24 | inherit gettext | 32 | inherit gettext |
25 | 33 | ||
26 | # The Makefile is lame, no parallel build | 34 | # The Makefile is lame, no parallel build |