diff options
author | Marcin Juszkiewicz <marcin@buglabs.net> | 2010-03-31 15:45:45 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2010-03-31 15:47:34 +0200 |
commit | b762948c49cc9a7ce3a8ca458ca0475a4ecc0584 (patch) | |
tree | 797ac65a77a24cbbf235318dcd614a8148dec6c0 /recipes/tasks/task-proper-tools.bb | |
parent | 920132b42db5454b553b8f360a0be325849692a7 (diff) |
task-proper-tools: added more applications
Part of work was done by Martyn Welch, part by me.
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Diffstat (limited to 'recipes/tasks/task-proper-tools.bb')
-rw-r--r-- | recipes/tasks/task-proper-tools.bb | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/recipes/tasks/task-proper-tools.bb b/recipes/tasks/task-proper-tools.bb index e693c10cc6..40baf875ac 100644 --- a/recipes/tasks/task-proper-tools.bb +++ b/recipes/tasks/task-proper-tools.bb @@ -1,10 +1,15 @@ DESCRIPTION = "Full versions of tools provided by busybox" -PR = "r11" +PR = "r12" inherit task RDEPENDS_${PN} = "\ + bash \ + bc \ + bind-utils \ binutils-symlinks \ + bzip2 \ + console-tools \ coreutils \ cpio \ debianutils \ @@ -15,18 +20,36 @@ RDEPENDS_${PN} = "\ gawk \ grep \ gzip \ + ifupdown \ iproute2 \ + iputils-arping \ + iputils-ping6 \ + iputils-ping \ iputils \ less \ + minicom \ + mktemp \ module-init-tools \ + ncurses-tools \ netcat \ net-tools \ + openrdate \ patch \ + picocom \ procps \ psmisc \ + pump \ + realpath \ sed \ + shadow \ + start-stop-daemon \ + syslog-ng \ + sysvinit \ tar \ tcptraceroute \ + tftp-hpa \ + time \ + unzip \ util-linux-ng \ vim \ wget \ |