blob: e5e4bd6017182bdf7a4d6dd77ef2eaf6d6fff83a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
DESCRIPTION = "Full versions of tools provided by busybox"
PR = "r14"
inherit task
RDEPENDS_${PN} = "\
bash \
bc \
bind-utils \
binutils-symlinks \
bzip2 \
console-tools \
coreutils \
cpio \
debianutils \
diffutils \
e2fsprogs \
fbset \
findutils \
gawk \
grep \
gzip \
ifupdown \
iproute2 \
iputils-arping \
iputils-ping6 \
iputils-ping \
iputils \
less \
minicom \
mktemp \
module-init-tools \
ncurses-tools \
netcat \
netkit-telnet \
net-tools \
openrdate \
patch \
picocom \
procps \
psmisc \
pump \
realpath \
sed \
shadow \
start-stop-daemon \
syslog-ng \
sysvinit \
tar \
tcptraceroute \
tftp-hpa \
time \
unzip \
util-linux-ng \
vim \
wget \
"
#
# binutils-symlinks provide ar in a way which conflict with busybox - #1465 for more info
#
# busybox tar does not understand '--no-same-owner' option which bitbake use
#
|