diff options
| author | Kevin Tian <kevin.tian@intel.com> | 2010-06-23 15:25:39 +0800 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-29 17:13:37 +0100 |
| commit | 14767a3987d3c8fe9adb4604890a76b0d7292759 (patch) | |
| tree | e8f53d4dc9f62ec31e49d671170f06637db24159 /meta/packages/blktool/blktool_4.bb | |
| parent | 3627ee3d7fe87cc32da85f8c7e0afabebdf52b08 (diff) | |
| download | openembedded-core-14767a3987d3c8fe9adb4604890a76b0d7292759.tar.gz openembedded-core-14767a3987d3c8fe9adb4604890a76b0d7292759.tar.bz2 openembedded-core-14767a3987d3c8fe9adb4604890a76b0d7292759.zip | |
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/blktool_4.bb')
| -rw-r--r-- | meta/packages/blktool/blktool_4.bb | 9 |
1 files changed, 0 insertions, 9 deletions
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 |
