task-proper-tools: sort alphabetically
authorMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 19 May 2009 11:23:45 +0000 (13:23 +0200)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 19 May 2009 11:58:06 +0000 (13:58 +0200)
recipes/tasks/task-proper-tools.bb

index c5045a1..231218e 100644 (file)
@@ -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