[oe-commits] Tom Rini : task-proper-tools: Switch from netkit-telnet to inetutils

git version control git at git.openembedded.org
Fri Nov 12 05:06:42 UTC 2010


Module: openembedded.git
Branch: testing-next
Commit: 9b6c7816435e31261e3926fd619fe74104388340
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9b6c7816435e31261e3926fd619fe74104388340

Author: Tom Rini <tom_rini at mentor.com>
Date:   Thu Nov 11 18:17:19 2010 -0700

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 at mentor.com>

---

 recipes/tasks/task-proper-tools.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/tasks/task-proper-tools.bb b/recipes/tasks/task-proper-tools.bb
index e5e4bd6..5162749 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 \





More information about the Openembedded-commits mailing list