From f2d5c71043966804fa04a332703503e5dd65bf90 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 29 Nov 2006 19:25:10 +0000 Subject: [PATCH] task-propertools: add a task to get proper tools instead of the dumbed down busybox versions --- packages/tasks/task-proper-tools.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 packages/tasks/task-proper-tools.bb 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 \ + " + + -- 2.39.5