summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-11-11 18:17:19 -0700
committerTom Rini <tom_rini@mentor.com>2010-11-11 18:17:19 -0700
commit9b6c7816435e31261e3926fd619fe74104388340 (patch)
treedee6b00ff1670549f3fe476131aa3137071d7038
parent3bf5876d57f0744f29fb822c52de2b668736865d (diff)
downloadopenembedded-9b6c7816435e31261e3926fd619fe74104388340.tar.gz
task-proper-tools: Switch from netkit-telnet to inetutils
netkit-telnet is very old and doesn't compile for PowerPC to boot. Switch to inetutils here as that's still maintained upstream. Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r--recipes/tasks/task-proper-tools.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/tasks/task-proper-tools.bb b/recipes/tasks/task-proper-tools.bb
index e5e4bd6017..516274982b 100644
--- a/recipes/tasks/task-proper-tools.bb
+++ b/recipes/tasks/task-proper-tools.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "Full versions of tools provided by busybox"
-PR = "r14"
+PR = "r15"
inherit task
@@ -32,7 +32,7 @@ RDEPENDS_${PN} = "\
module-init-tools \
ncurses-tools \
netcat \
- netkit-telnet \
+ inetutils \
net-tools \
openrdate \
patch \