aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tasks/task-proper-tools.bb
blob: e890a2a55f1c3b23c85d72b9b4d6bf5c6c95a6cc (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
DESCRIPTION = "Full versions of tools provided by busybox"
FILE_PR = "r6"

inherit task

RDEPENDS_${PN} = "\
            coreutils \
	    findutils \
	    util-linux-ng \
	    gawk \
	    sed \
	    wget \
	    patch \
            tar \
	    diffutils \
            less \
            vim \
	    e2fsprogs \
            binutils-symlinks \
            module-init-tools \
	    "

#
# 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
#