mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
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:
@@ -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 \
|
||||
"
|
||||
Reference in New Issue
Block a user