From: Tom Rini Date: Fri, 12 Nov 2010 01:17:19 +0000 (-0700) Subject: task-proper-tools: Switch from netkit-telnet to inetutils X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b6c7816435e31261e3926fd619fe74104388340;p=openembedded.git 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 --- 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 \