aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tasks/task-proper-tools.bb
blob: bda774c9ebc18a451b740243b3093a634aa5ba1c (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 = "r16"

inherit task

RDEPENDS_${PN} = "\
		bash \
		bc \
		bind-utils \
		binutils-symlinks \
		bzip2 \
		console-tools \
		coreutils \
		cpio \
		debianutils \
		diffutils \
		e2fsprogs \
		fbset \
		findutils \
		gawk \
		grep \
		gzip \
		ifupdown \
		${@base_contains('DISTRO_FEATURES', 'ipv6', 'iproute2', '', d)} \
		iputils-arping \
		${@base_contains('DISTRO_FEATURES', 'ipv6', 'iputils-ping6', '', d)} \
		iputils-ping \
		iputils \
		less \
		minicom \
		mktemp \
		module-init-tools \
		ncurses-tools \
		netcat \
		inetutils \
		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
#