diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-01 19:09:11 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-01 19:09:57 +0100 |
| commit | d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612 (patch) | |
| tree | f36fe3008f36ff75cbdd31b630f8f13f1f205ebb /meta/recipes-extended/blktool/blktool_4-6.bb | |
| parent | caab7fc509bf27706ff3248689f6afd04225cfda (diff) | |
| download | poky-d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612.tar.gz | |
packages: Separate out most of the remaining packages into recipes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/blktool/blktool_4-6.bb')
| -rw-r--r-- | meta/recipes-extended/blktool/blktool_4-6.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-extended/blktool/blktool_4-6.bb b/meta/recipes-extended/blktool/blktool_4-6.bb new file mode 100644 index 0000000000..3313b039ce --- /dev/null +++ b/meta/recipes-extended/blktool/blktool_4-6.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | 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" | ||
| 2 | HOMEPAGE = "http://packages.debian.org/unstable/admin/blktool" | ||
| 3 | LICENSE = "GPLv2+" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
| 5 | file://blktool.c;beginline=7;endline=8;md5=a5e798ea98fd50972088968a15e5f373" | ||
| 6 | DEPENDS = "glib-2.0" | ||
| 7 | |||
| 8 | SRC_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 | |||
| 11 | PR = "r0" | ||
| 12 | S = "${WORKDIR}/${PN}-4.orig" | ||
| 13 | |||
| 14 | inherit autotools | ||
