aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-11-15 13:20:23 +0100
committerKoen Kooi <koen@openembedded.org>2008-11-15 13:20:23 +0100
commiteff7da1cbee62784124027fece144dfc200aec16 (patch)
tree4cd2a623b4d25213f0cdbb14d84cd936f7b1bdc4
parent35140731e1fa6fb6380c079b14549b1e221a12a4 (diff)
downloadopenembedded-eff7da1cbee62784124027fece144dfc200aec16.tar.gz
task-proper-tools: add more network related utils to replace busybox parts
-rw-r--r--packages/tasks/task-proper-tools.bb37
1 files changed, 21 insertions, 16 deletions
diff --git a/packages/tasks/task-proper-tools.bb b/packages/tasks/task-proper-tools.bb
index 6e1cd5d895..ce512535dc 100644
--- a/packages/tasks/task-proper-tools.bb
+++ b/packages/tasks/task-proper-tools.bb
@@ -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
#