task-proper-tools: add more network related utils to replace busybox parts
authorKoen Kooi <koen@openembedded.org>
Sat, 15 Nov 2008 12:20:23 +0000 (13:20 +0100)
committerKoen Kooi <koen@openembedded.org>
Sat, 15 Nov 2008 12:20:23 +0000 (13:20 +0100)
packages/tasks/task-proper-tools.bb

index 6e1cd5d..ce51253 100644 (file)
@@ -1,25 +1,30 @@
 DESCRIPTION = "Full versions of tools provided by busybox"
-PR = "r6"
+PR = "r7"
 
 inherit task
 
 RDEPENDS_${PN} = "\
-            coreutils \
-           findutils \
-           util-linux-ng \
-           gawk \
-           sed \
-           wget \
-           patch \
-            tar \
-           diffutils \
-            less \
-            vim \
-           e2fsprogs \
-            binutils-symlinks \
-            module-init-tools \
+               coreutils \
+               findutils \
+               util-linux-ng \
+               gawk \
+               sed \
+               wget \
+               patch \
+               tar \
+               diffutils \
+               less \
+               vim \
+               e2fsprogs \
+               binutils-symlinks \
+               module-init-tools \
+               net-tools \
+               iproute2 \
+               iputils \
+               psmisc \
+               debianutils \
+               tcptraceroute \
            "
-
 #
 # binutils-symlinks provide ar in a way which conflict with busybox - #1465 for more info
 #