From 9b6c7816435e31261e3926fd619fe74104388340 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 11 Nov 2010 18:17:19 -0700 Subject: [PATCH] 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 --- recipes/tasks/task-proper-tools.bb | 4 ++-- 1 file 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 \ -- 2.39.5