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/blktool | |
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/blktool')
-rw-r--r-- | meta/recipes-extended/blktool/blktool_4-7.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-extended/blktool/blktool_4-7.bb b/meta/recipes-extended/blktool/blktool_4-7.bb index 679196be1f..d6250a90c4 100644 --- a/meta/recipes-extended/blktool/blktool_4-7.bb +++ b/meta/recipes-extended/blktool/blktool_4-7.bb | |||
@@ -18,6 +18,10 @@ SRC_URI = "${DEBIAN_MIRROR}/main/b/blktool/blktool_4.orig.tar.gz;name=tarball \ | |||
18 | SRC_URI[tarball.md5sum] = "62edc09c9908107e69391c87f4f3fd40" | 18 | SRC_URI[tarball.md5sum] = "62edc09c9908107e69391c87f4f3fd40" |
19 | SRC_URI[tarball.sha256sum] = "b1e6d5912546d2a4b704ec65c2b9664aa3b4663e7d800e06803330335a2cb764" | 19 | SRC_URI[tarball.sha256sum] = "b1e6d5912546d2a4b704ec65c2b9664aa3b4663e7d800e06803330335a2cb764" |
20 | 20 | ||
21 | # for this package we're mostly interested in tracking debian patches, | ||
22 | # and not in the upstream version where all development has effectively stopped | ||
23 | UPSTREAM_CHECK_REGEX = "(?P<pver>((\d+\.*)+)-((\d+\.*)+))\.(diff|debian\.tar)\.(gz|xz)" | ||
24 | |||
21 | S = "${WORKDIR}/${BPN}-4.orig" | 25 | S = "${WORKDIR}/${BPN}-4.orig" |
22 | 26 | ||
23 | inherit autotools pkgconfig | 27 | inherit autotools pkgconfig |