git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bf5876
)
task-proper-tools: Switch from netkit-telnet to inetutils
author
Tom Rini
<tom_rini@mentor.com>
Fri, 12 Nov 2010 01:17:19 +0000
(18:17 -0700)
committer
Tom Rini
<tom_rini@mentor.com>
Fri, 12 Nov 2010 01:17:19 +0000
(18:17 -0700)
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>
recipes/tasks/task-proper-tools.bb
patch
|
blob
|
history
diff --git
a/recipes/tasks/task-proper-tools.bb
b/recipes/tasks/task-proper-tools.bb
index
e5e4bd6
..
5162749
100644
(file)
--- 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 = "r1
4
"
+PR = "r1
5
"
inherit task
@@
-32,7
+32,7
@@
RDEPENDS_${PN} = "\
module-init-tools \
ncurses-tools \
netcat \
-
netkit-telnet
\
+
inetutils
\
net-tools \
openrdate \
patch \