From: Marcin Juszkiewicz Date: Tue, 19 May 2009 11:23:45 +0000 (+0200) Subject: task-proper-tools: sort alphabetically X-Git-Tag: Release-2010-05/1~3490 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e04a5a65d9a897bc1a1cb312744ca6dbdf047200;p=openembedded.git task-proper-tools: sort alphabetically --- 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