]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add blktool, useful for probing block devices (and add to test tools package)
authorRichard Purdie <richard@openedhand.com>
Tue, 28 Aug 2007 18:05:26 +0000 (18:05 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 28 Aug 2007 18:05:26 +0000 (18:05 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2579 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/blktool/blktool_4.bb [new file with mode: 0644]
meta/packages/tasks/task-poky.bb

diff --git a/meta/packages/blktool/blktool_4.bb b/meta/packages/blktool/blktool_4.bb
new file mode 100644 (file)
index 0000000..e658e32
--- /dev/null
@@ -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
index 174b163877d4f5a2d3c8e16598b15cc9eeafe2e2..2b9347f709227d991c404bc518e0be27d83d678a 100644 (file)
@@ -3,7 +3,7 @@
 #
 
 DESCRIPTION = "Tasks for OpenedHand Poky"
-PR = "r13"
+PR = "r14"
 
 PACKAGES = "\
     task-poky-apps-console \
@@ -125,6 +125,7 @@ RRECOMMENDS_task-poky-tools-profile = "\
 
 
 RDEPENDS_task-poky-tools-testapps = "\
+    blktool \
     tslib-calibrate \
     tslib-tests \
     lrzsz \