recipes,classes: import a lot of recipes from meta-shr

* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)
This commit is contained in:
Martin Jansa
2011-04-10 13:24:47 +02:00
parent e66079da37
commit 89500c583e
233 changed files with 29615 additions and 6 deletions
@@ -0,0 +1,52 @@
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://${TOPDIR}/meta-shr/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
PV = "1.0"
PR = "r18"
inherit task
PACKAGES += "${PN}-debug"
def get_ltrace(bb, d):
if bb.data.getVar('TARGET_ARCH', d, 1) in [ 'sh4', 'sh3' ] :
return ""
return "ltrace"
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 \
${@get_ltrace(bb, d)} \
mkdump \
mioctl \
procps \
pxaregs \
s3c24xx-gpio \
s3c64xx-gpio \
serial-forward \
strace \
tcpdump \
"