From: Marcin Juszkiewicz Date: Wed, 31 Mar 2010 13:45:45 +0000 (+0200) Subject: task-proper-tools: added more applications X-Git-Tag: Release-2010-05/1~152^2~109 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b762948c49cc9a7ce3a8ca458ca0475a4ecc0584;p=openembedded.git task-proper-tools: added more applications Part of work was done by Martyn Welch, part by me. Signed-off-by: Marcin Juszkiewicz --- 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 \