diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-05-19 13:23:45 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-05-19 13:58:06 +0200 |
commit | e04a5a65d9a897bc1a1cb312744ca6dbdf047200 (patch) | |
tree | 2423574d25e8d23692a17d577781c438e7f08997 /recipes/tasks | |
parent | 999d3b511e7f48d4bcf5ff614bfa5018e1d82e22 (diff) |
task-proper-tools: sort alphabetically
Diffstat (limited to 'recipes/tasks')
-rw-r--r-- | recipes/tasks/task-proper-tools.bb | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/recipes/tasks/task-proper-tools.bb b/recipes/tasks/task-proper-tools.bb index c5045a13f5..231218eddf 100644 --- a/recipes/tasks/task-proper-tools.bb +++ b/recipes/tasks/task-proper-tools.bb @@ -4,28 +4,28 @@ PR = "r9" inherit task RDEPENDS_${PN} = "\ + binutils-symlinks \ coreutils \ + debianutils \ + diffutils \ + e2fsprogs \ + fbset \ findutils \ - util-linux-ng \ - grep \ gawk \ - sed \ - wget \ - patch \ - tar \ - diffutils \ + grep \ + iproute2 \ + iputils \ less \ - vim \ - e2fsprogs \ - binutils-symlinks \ module-init-tools \ net-tools \ - iproute2 \ - iputils \ + patch \ psmisc \ - debianutils \ + sed \ + tar \ tcptraceroute \ - fbset \ + util-linux-ng \ + vim \ + wget \ " # # binutils-symlinks provide ar in a way which conflict with busybox - #1465 for more info |