From: Kevin Tian Date: Wed, 23 Jun 2010 07:25:39 +0000 (+0800) Subject: blktool: upgrade to 4-6 X-Git-Tag: 2011-1~5736 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=14767a3987d3c8fe9adb4604890a76b0d7292759;p=openembedded-core.git 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 --- 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 @@ +DESCRIPTION = "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" +HOMEPAGE = "http://packages.debian.org/unstable/admin/blktool" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ + file://blktool.c;beginline=7;endline=8;md5=a5e798ea98fd50972088968a15e5f373" +DEPENDS = "glib-2.0" + +SRC_URI = "${DEBIAN_MIRROR}/main/b/blktool/blktool_4.orig.tar.gz \ + ${DEBIAN_MIRROR}/main/b/blktool/blktool_4-6.diff.gz;apply=yes" + +PR = "r0" +S = "${WORKDIR}/${PN}-4.orig" + +inherit 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 @@ -DESCRIPTION = "Display or change block device settings" -LICENSE = "GPLv2" -DEPENDS = "glib-2.0" - -SRC_URI = "${DEBIAN_MIRROR}/main/b/blktool/blktool_4.orig.tar.gz" - -S = "${WORKDIR}/${PN}-${PV}.orig" - -inherit autotools \ No newline at end of file