merge of 425cf1b391611c169a1c3b78f1fe86df088902b9
[vuplus_openembedded] / packages / tasks / task-proper-tools.bb
1 DESCRIPTION = "Proper tools for busybox haters"
2 PR = "r2"
3
4 PACKAGE_ARCH = "all"
5 ALLOW_EMPTY_${PN} = "1"
6
7 RDEPENDS = "\
8             coreutils \
9             findutils \
10             util-linux \
11             gawk \
12             sed \
13             wget \
14             patch \
15             diffutils \
16             less \
17             vim \
18             e2fsprogs \
19             binutils-symlinks \
20             module-init-tools \
21             "
22
23