diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-08-29 13:07:28 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-08-29 13:07:28 +0000 |
commit | 2d539e8f1c52a81e7fbaaf9c5f1282aed158b273 (patch) | |
tree | ecc88ba8a8a8634adaf9fec6fb64ce0ac0b5abce /packages/blktool/blktool_4.bb | |
parent | e842d3ccb51cc5a7feb0f2d573ce6f22330b4f46 (diff) | |
parent | 0f400c77e9316d594590885783ace3cf58a6a9cd (diff) |
merge of '288504c0e005ddaf483f67c32ceb9648a94cc671'
and '3388a823662072c321fa2858d30420bd4ce65421'
Diffstat (limited to 'packages/blktool/blktool_4.bb')
-rw-r--r-- | packages/blktool/blktool_4.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/blktool/blktool_4.bb b/packages/blktool/blktool_4.bb new file mode 100644 index 0000000000..e658e3256f --- /dev/null +++ b/packages/blktool/blktool_4.bb @@ -0,0 +1,8 @@ +DESCRIPTION = "Display or change block device settings" +LICENSE = "GPLv2" + +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 |