diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-05-19 13:48:44 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-05-19 13:58:19 +0200 |
commit | 89489b1cea73c8c51c9f2000ba0ee52842e255a2 (patch) | |
tree | cf9ba5fd000cc07dedaed5a33aeeea9216be991e /recipes/tasks | |
parent | e04a5a65d9a897bc1a1cb312744ca6dbdf047200 (diff) |
task-proper-tools: added few extra packages
Diffstat (limited to 'recipes/tasks')
-rw-r--r-- | recipes/tasks/task-proper-tools.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes/tasks/task-proper-tools.bb b/recipes/tasks/task-proper-tools.bb index 231218eddf..056109ef86 100644 --- a/recipes/tasks/task-proper-tools.bb +++ b/recipes/tasks/task-proper-tools.bb @@ -1,24 +1,29 @@ DESCRIPTION = "Full versions of tools provided by busybox" -PR = "r9" +PR = "r10" inherit task RDEPENDS_${PN} = "\ binutils-symlinks \ coreutils \ + cpio \ debianutils \ diffutils \ e2fsprogs \ + e2fsprogs-fsck \ fbset \ findutils \ gawk \ grep \ + gzip \ iproute2 \ iputils \ less \ module-init-tools \ + netcat \ net-tools \ patch \ + procps \ psmisc \ sed \ tar \ |