diff options
-rw-r--r-- | packages/tasks/task-proper-tools.bb | 18 |
1 files changed, 18 insertions, 0 deletions
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 \ + " + + |