summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/blktool/blktool_4-6.bb
diff options
context:
space:
mode:
authorAndrei Dinu <andrei.adrianx.dinu@intel.com>2013-01-28 18:00:01 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-01 15:54:02 +0000
commite71a62240f3a8e562007ac4a35f230c0056b7481 (patch)
treef4613c81b540e813d26c4cd8605fafd2884c19ed /meta/recipes-extended/blktool/blktool_4-6.bb
parent1e03821254208fedad962e003a8baf50e607f321 (diff)
downloadpoky-e71a62240f3a8e562007ac4a35f230c0056b7481.tar.gz
blktool : upgrade to 4-6.1
(From OE-Core rev: d41cb0b5a727d6fda639d39b273e3352ab069a66) (From OE-Core rev: f4baf5e123974135eea5a9f88bcaf3794895fde7) Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/blktool/blktool_4-6.bb')
-rw-r--r--meta/recipes-extended/blktool/blktool_4-6.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta/recipes-extended/blktool/blktool_4-6.bb b/meta/recipes-extended/blktool/blktool_4-6.bb
deleted file mode 100644
index cc1174cdf7..0000000000
--- a/meta/recipes-extended/blktool/blktool_4-6.bb
+++ /dev/null
@@ -1,24 +0,0 @@
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"
11PR = "r0"
12
13SRC_URI = "${DEBIAN_MIRROR}/main/b/blktool/blktool_4.orig.tar.gz;name=tarball \
14 ${DEBIAN_MIRROR}/main/b/blktool/blktool_4-6.diff.gz;apply=yes;name=patch"
15
16SRC_URI[tarball.md5sum] = "62edc09c9908107e69391c87f4f3fd40"
17SRC_URI[tarball.sha256sum] = "b1e6d5912546d2a4b704ec65c2b9664aa3b4663e7d800e06803330335a2cb764"
18
19SRC_URI[patch.md5sum] = "2d1bc2f2c38b65d47e27da7c7508d17f"
20SRC_URI[patch.sha256sum] = "999f2062203e389327d997724621be37bea9c98fa226238f9f4eb4a6ea25bd4b"
21
22S = "${WORKDIR}/${BPN}-4.orig"
23
24inherit autotools