From 2a5e1848c11bd9a3c64cf8fcc0cb334c738bc5c5 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 12 Nov 2015 15:00:18 +0200 Subject: package_regex.inc: split Debian-related entries into their own recipes Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- meta/recipes-extended/blktool/blktool_4-7.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta/recipes-extended/blktool') 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 \ SRC_URI[tarball.md5sum] = "62edc09c9908107e69391c87f4f3fd40" SRC_URI[tarball.sha256sum] = "b1e6d5912546d2a4b704ec65c2b9664aa3b4663e7d800e06803330335a2cb764" +# for this package we're mostly interested in tracking debian patches, +# and not in the upstream version where all development has effectively stopped +UPSTREAM_CHECK_REGEX = "(?P((\d+\.*)+)-((\d+\.*)+))\.(diff|debian\.tar)\.(gz|xz)" + S = "${WORKDIR}/${BPN}-4.orig" inherit autotools pkgconfig -- cgit v1.2.3