mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-22 05:08:21 +00:00
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
53 lines
1.0 KiB
BlitzBasic
53 lines
1.0 KiB
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"
|
|
|
|
RPROVIDES_${PN} += "task-cli-tools"
|
|
RPROVIDES_${PN}-debug += "task-cli-tools-debug"
|
|
RREPLACES_${PN} += "task-cli-tools"
|
|
RREPLACES_${PN}-debug += "task-cli-tools-debug"
|
|
RCONFLICTS_${PN} += "task-cli-tools"
|
|
RCONFLICTS_${PN}-debug += "task-cli-tools-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 \
|
|
"
|