Add blktool, useful for probing block devices (and add to test tools package)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2579 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-08-28 18:05:26 +00:00
parent 8f041c7423
commit bd949e7eac
2 changed files with 10 additions and 1 deletions

View File

@@ -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

View 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 \