From: Koen Kooi Date: Wed, 29 Nov 2006 19:25:10 +0000 (+0000) Subject: task-propertools: add a task to get proper tools instead of the dumbed down busybox... X-Git-Tag: Release-2010-05/1~9453^2~223 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2d5c71043966804fa04a332703503e5dd65bf90;p=openembedded.git task-propertools: add a task to get proper tools instead of the dumbed down busybox versions --- diff --git a/packages/tasks/task-proper-tools.bb b/packages/tasks/task-proper-tools.bb new file mode 100644 index 0000000000..07d34cb1cd --- /dev/null +++ b/packages/tasks/task-proper-tools.bb @@ -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 \ + " + +