mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02:00
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:
8
meta/packages/blktool/blktool_4.bb
Normal file
8
meta/packages/blktool/blktool_4.bb
Normal 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
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user