summaryrefslogtreecommitdiff
path: root/packages/tasks/task-proper-tools.bb
blob: dccdd13bdf3c9cafe68be30d3b9b7231151935f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DESCRIPTION = "Proper tools for busybox haters"
PR = "r2"

PACKAGE_ARCH = "all"
ALLOW_EMPTY_${PN} = "1"

RDEPENDS = "\
            coreutils \
	    findutils \
	    util-linux \
	    gawk \
	    sed \
	    wget \
	    patch \
	    diffutils \
            less \
            vim \
	    e2fsprogs \
            binutils-symlinks \
            module-init-tools \
	    "