[oe-commits] Marcin Juszkiewicz : task-proper-tools: sort alphabetically

GIT User account git at amethyst.openembedded.net
Wed May 20 12:41:15 UTC 2009


Module: openembedded.git
Branch: xora/angstrom-srcpv
Commit: e04a5a65d9a897bc1a1cb312744ca6dbdf047200
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e04a5a65d9a897bc1a1cb312744ca6dbdf047200

Author: Marcin Juszkiewicz <hrw at openembedded.org>
Date:   Tue May 19 13:23:45 2009 +0200

task-proper-tools: sort alphabetically

---

 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 c5045a1..231218e 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





More information about the Openembedded-commits mailing list