diff options
author | Stefan Schmidt <stefan@buglabs.net> | 2010-06-03 15:20:29 -0400 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2010-06-03 21:50:43 +0200 |
commit | 92d5f445955dbf49ba509863b27657f4d5757c39 (patch) | |
tree | 8a890c7fc8093bf2fdcf08790c9e694aa2b82f3d | |
parent | 66234041db693cc1269eb506a33b0394cb01a802 (diff) |
task-proper-tools: Add netkit-telnet
-rw-r--r-- | recipes/tasks/task-proper-tools.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/tasks/task-proper-tools.bb b/recipes/tasks/task-proper-tools.bb index 40baf875ac..17e74db4e7 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 = "r12" +PR = "r13" inherit task @@ -32,6 +32,7 @@ RDEPENDS_${PN} = "\ module-init-tools \ ncurses-tools \ netcat \ + netkit-telnet \ net-tools \ openrdate \ patch \ |