diff options
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 \ |