diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-08-11 18:27:17 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-16 22:40:52 +0100 |
commit | 5b9f4512f6d6f07ce90754552c912c62d86ce3b0 (patch) | |
tree | 215a55cf2de34e97901c35e40b1ddc62aa11b590 /meta/recipes-extended/blktool/blktool_4-7.bb | |
parent | 7cc816b9ffefd5debb23bfb7ba66a7dc8e0ac94d (diff) | |
download | poky-5b9f4512f6d6f07ce90754552c912c62d86ce3b0.tar.gz |
blktool: update to 4-7
This means replacing a "-6.1" Debian patch with "-7" patch.
(From OE-Core rev: 5c3682136358272a3a83300a865ff9b551b31834)
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/blktool_4-7.bb')
-rw-r--r-- | meta/recipes-extended/blktool/blktool_4-7.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-extended/blktool/blktool_4-7.bb b/meta/recipes-extended/blktool/blktool_4-7.bb new file mode 100644 index 0000000000..679196be1f --- /dev/null +++ b/meta/recipes-extended/blktool/blktool_4-7.bb | |||
@@ -0,0 +1,23 @@ | |||
1 | SUMMARY = "Tune low-level block device parameters" | ||
2 | DESCRIPTION = "blktool is used for querying and/or changing settings \ | ||
3 | of a block device. It is like hdparm but a more general tool, as it \ | ||
4 | works on SCSI, IDE and SATA devices." | ||
5 | HOMEPAGE = "http://packages.debian.org/unstable/admin/blktool" | ||
6 | LICENSE = "GPLv2+" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
8 | file://blktool.c;beginline=7;endline=8;md5=a5e798ea98fd50972088968a15e5f373" | ||
9 | |||
10 | DEPENDS = "glib-2.0" | ||
11 | |||
12 | SRC_URI = "${DEBIAN_MIRROR}/main/b/blktool/blktool_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 | " | ||
17 | |||
18 | SRC_URI[tarball.md5sum] = "62edc09c9908107e69391c87f4f3fd40" | ||
19 | SRC_URI[tarball.sha256sum] = "b1e6d5912546d2a4b704ec65c2b9664aa3b4663e7d800e06803330335a2cb764" | ||
20 | |||
21 | S = "${WORKDIR}/${BPN}-4.orig" | ||
22 | |||
23 | inherit autotools pkgconfig | ||