repo.or.cz
/
openembedded.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libdmx: Add fso-specs to DEPENDS
[openembedded.git]
/
recipes
/
tasks
/
task-cli-tools.bb
blob
6a1269623702da1b69e469f2b79cfe1381775981
1
DESCRIPTION
=
"A set of useful command line tools"
2
DESCRIPTION_$
{
PN
}-
debug
=
"A set of command line tools useful for debugging"
3
SECTION
=
"console"
4
LICENSE
=
"MIT"
5
PV
=
"1.0"
6
PR
=
"r17"
7
8
inherit task
9
10
PACKAGES
+=
"${PN}-debug"
11
12
RDEPENDS_$
{
PN
} =
"\
13
dbus-daemon-proxy \
14
dosfstools \
15
htop \
16
iptables \
17
lsof \
18
mbuffer \
19
mdbus2 \
20
mtd-utils \
21
mterm2 \
22
nano \
23
nfs-utils-client \
24
powertop \
25
screen \
26
socat \
27
sysstat \
28
"
29
30
RDEPENDS_$
{
PN
}-
debug
=
"\
31
evtest \
32
devmem2 \
33
i2c-tools \
34
gdb \
35
ltrace \
36
mkdump \
37
mioctl \
38
procps \
39
pxaregs \
40
s3c24xx-gpio \
41
s3c64xx-gpio \
42
serial-forward \
43
strace \
44
tcpdump \
45
"