task*: rename to packagegroup to match oe-core

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2012-09-04 14:11:58 +02:00
committed by Koen Kooi
parent f3dbc97b44
commit 21a4be0e36
13 changed files with 20 additions and 20 deletions
@@ -0,0 +1,50 @@
DESCRIPTION = "A set of useful command line tools"
DESCRIPTION_${PN}-debug = "A set of command line tools useful for debugging"
SECTION = "console"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
PV = "1.0"
PR = "r19"
inherit packagegroup allarch
PACKAGES += "${PN}-debug"
RDEPENDS_${PN} = "\
dbus-daemon-proxy \
dosfstools \
htop \
iptables \
lsof \
mbuffer \
mdbus2 \
mtd-utils \
mterm2 \
nano \
nfs-utils-client \
nmon \
powertop \
screen \
socat \
sysstat \
"
RDEPENDS_${PN}-debug = "\
evtest \
devmem2 \
i2c-tools \
gdb \
mkdump \
mioctl \
procps \
pxaregs \
s3c24xx-gpio \
s3c64xx-gpio \
serial-forward \
strace \
tcpdump \
"
RRECOMMENDS_${PN}-debug = "\
ltrace \
"