summaryrefslogtreecommitdiffstats
path: root/meta/packages/blktool
diff options
context:
space:
mode:
authorKevin Tian <kevin.tian@intel.com>2010-06-23 15:25:39 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-06-29 17:13:37 +0100
commit14767a3987d3c8fe9adb4604890a76b0d7292759 (patch)
treee8f53d4dc9f62ec31e49d671170f06637db24159 /meta/packages/blktool
parent3627ee3d7fe87cc32da85f8c7e0afabebdf52b08 (diff)
downloadpoky-14767a3987d3c8fe9adb4604890a76b0d7292759.tar.gz
blktool: upgrade to 4-6
Unlike the big jump in version (4 -> 4-6), blktool is actually quite stable since version 4 (2005). All the changes in 4-6 are about typo fix and debian package control enhancement. Fixed metadata accordingly. Signed-off-by Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta/packages/blktool')
-rw-r--r--meta/packages/blktool/blktool_4-6.bb14
-rw-r--r--meta/packages/blktool/blktool_4.bb9
2 files changed, 14 insertions, 9 deletions
diff --git a/meta/packages/blktool/blktool_4-6.bb b/meta/packages/blktool/blktool_4-6.bb
new file mode 100644
index 0000000000..3313b039ce
--- /dev/null
+++ b/meta/packages/blktool/blktool_4-6.bb
@@ -0,0 +1,14 @@
1DESCRIPTION = "blktool is used for querying and/or changing settings of a block device. It is like hdparm but a more general tool, as it works on SCSI, IDE and SATA devices"
2HOMEPAGE = "http://packages.debian.org/unstable/admin/blktool"
3LICENSE = "GPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
5 file://blktool.c;beginline=7;endline=8;md5=a5e798ea98fd50972088968a15e5f373"
6DEPENDS = "glib-2.0"
7
8SRC_URI = "${DEBIAN_MIRROR}/main/b/blktool/blktool_4.orig.tar.gz \
9 ${DEBIAN_MIRROR}/main/b/blktool/blktool_4-6.diff.gz;apply=yes"
10
11PR = "r0"
12S = "${WORKDIR}/${PN}-4.orig"
13
14inherit autotools
diff --git a/meta/packages/blktool/blktool_4.bb b/meta/packages/blktool/blktool_4.bb
deleted file mode 100644
index 18f192ff36..0000000000
--- a/meta/packages/blktool/blktool_4.bb
+++ /dev/null
@@ -1,9 +0,0 @@
1DESCRIPTION = "Display or change block device settings"
2LICENSE = "GPLv2"
3DEPENDS = "glib-2.0"
4
5SRC_URI = "${DEBIAN_MIRROR}/main/b/blktool/blktool_4.orig.tar.gz"
6
7S = "${WORKDIR}/${PN}-${PV}.orig"
8
9inherit autotools \ No newline at end of file