mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-19 03:50:38 +00:00
50 lines
972 B
BlitzBasic
50 lines
972 B
BlitzBasic
SUMMARY = "A set of useful command line tools"
|
|
SUMMARY_${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 = "r21"
|
|
|
|
inherit packagegroup allarch
|
|
|
|
PACKAGES += "${PN}-debug"
|
|
|
|
RDEPENDS_${PN} = "\
|
|
dbus-daemon-proxy \
|
|
dosfstools \
|
|
htop \
|
|
iptables \
|
|
lsof \
|
|
mbuffer \
|
|
mtd-utils \
|
|
nano \
|
|
nfs-utils-client \
|
|
nmon \
|
|
powertop \
|
|
screen \
|
|
socat \
|
|
sysstat \
|
|
"
|
|
|
|
RDEPENDS_${PN}-debug = "\
|
|
evtest \
|
|
devmem2 \
|
|
i2c-tools \
|
|
gdb \
|
|
procps \
|
|
pxaregs \
|
|
s3c24xx-gpio \
|
|
s3c64xx-gpio \
|
|
serial-forward \
|
|
strace \
|
|
"
|
|
|
|
RRECOMMENDS_${PN}-debug = "\
|
|
ltrace \
|
|
"
|
|
|
|
PNBLACKLIST[packagegroup-cli-tools] ?= "Runtime depends on blacklisted dbus-daemon-proxy"
|
|
|
|
PNBLACKLIST[packagegroup-cli-tools] ?= "Runtime depends on blacklisted packagegroup-cli-tools"
|