summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/blktool/blktool_4-7.1.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-03-27 15:09:17 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-03-29 08:28:53 +0000
commitdb1566b85919957532c7a362381341224269dc74 (patch)
tree53a1df242f907004ba0b9558fe0984fbbb3fcd95 /meta/recipes-extended/blktool/blktool_4-7.1.bb
parent0b8f0200f9422c9ef35750d4ceeafdee9fae1070 (diff)
downloadpoky-db1566b85919957532c7a362381341224269dc74.tar.gz
blktool: update to 4-7.1
This update adds a patch from Debian to match the latest version there. (From OE-Core rev: 11fdad15c2c8f4b4be696008bac0841a271aa161) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/blktool/blktool_4-7.1.bb')
-rw-r--r--meta/recipes-extended/blktool/blktool_4-7.1.bb30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/recipes-extended/blktool/blktool_4-7.1.bb b/meta/recipes-extended/blktool/blktool_4-7.1.bb
new file mode 100644
index 0000000000..cc24d3cdb2
--- /dev/null
+++ b/meta/recipes-extended/blktool/blktool_4-7.1.bb
@@ -0,0 +1,30 @@
1SUMMARY = "Tune low-level block device parameters"
2DESCRIPTION = "blktool is used for querying and/or changing settings \
3of a block device. It is like hdparm but a more general tool, as it \
4works on SCSI, IDE and SATA devices."
5HOMEPAGE = "http://packages.debian.org/unstable/admin/blktool"
6LICENSE = "GPLv2+"
7LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
8 file://blktool.c;beginline=7;endline=8;md5=a5e798ea98fd50972088968a15e5f373"
9
10DEPENDS = "glib-2.0"
11
12SRC_URI = "http://snapshot.debian.org/archive/debian/20160728T043443Z/pool/main/b/${BPN}/${BPN}_4.orig.tar.gz;name=tarball \
13 file://0001-fix-typos-in-manpage.patch \
14 file://0002-fix-string-error.patch \
15 file://0003-Fix-3-d-argument-for-BLKROSET-it-must-be-const-int.patch \
16 file://0004-fix-ftbfs-glibc-2.28.patch \
17 file://blktool-gnulib-makedev.patch \
18 "
19
20SRC_URI[tarball.md5sum] = "62edc09c9908107e69391c87f4f3fd40"
21SRC_URI[tarball.sha256sum] = "b1e6d5912546d2a4b704ec65c2b9664aa3b4663e7d800e06803330335a2cb764"
22
23# for this package we're mostly interested in tracking debian patches,
24# and not in the upstream version where all development has effectively stopped
25UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/b/blktool/"
26UPSTREAM_CHECK_REGEX = "(?P<pver>((\d+\.*)+)-((\d+\.*)+))\.(diff|debian\.tar)\.(gz|xz)"
27
28S = "${WORKDIR}/${BPN}-4.orig"
29
30inherit autotools pkgconfig