summaryrefslogtreecommitdiffstats
path: root/recipes/tasks/task-proper-tools.bb
blob: 056109ef86123c8c75a812114ac9d679afcc953e (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
DESCRIPTION = "Full versions of tools provided by busybox"
PR = "r10"

inherit task

RDEPENDS_${PN} = "\
		binutils-symlinks \
		coreutils \
		cpio \
		debianutils \
		diffutils \
		e2fsprogs \
		e2fsprogs-fsck \
		fbset \
		findutils \
		gawk \
		grep \
		gzip \
		iproute2 \
		iputils \
		less \
		module-init-tools \
		netcat \
		net-tools \
		patch \
		procps \
		psmisc \
		sed \
		tar \
		tcptraceroute \
		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
#