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

ALLOW_EMPTY = "1"

RDEPENDS = "\
            coreutils \
	    findutils \
	    util-linux \
	    gawk \
	    sed \
	    wget \
	    patch \
	    diffutils \
	    module-init-tools \
	    "