task-propertools: add a task to get proper tools instead of the dumbed down busybox...
authorKoen Kooi <koen@openembedded.org>
Wed, 29 Nov 2006 19:25:10 +0000 (19:25 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 29 Nov 2006 19:25:10 +0000 (19:25 +0000)
packages/tasks/task-proper-tools.bb [new file with mode: 0644]

diff --git a/packages/tasks/task-proper-tools.bb b/packages/tasks/task-proper-tools.bb
new file mode 100644 (file)
index 0000000..07d34cb
--- /dev/null
@@ -0,0 +1,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 \
+           "
+
+