From: Paul Menzel Date: Sun, 31 Oct 2010 12:49:32 +0000 (+0100) Subject: accelges_svn: sort `DEPENDS` alphabetically X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fbf049a41ac411934cbec1624e6525e0a2bdd6f;p=openembedded.git accelges_svn: sort `DEPENDS` alphabetically Signed-off-by: Paul Menzel Signed-off-by: Martin Jansa --- diff --git a/recipes/accelges/accelges_svn.bb b/recipes/accelges/accelges_svn.bb index db6a6eebe0..805dc117e3 100644 --- a/recipes/accelges/accelges_svn.bb +++ b/recipes/accelges/accelges_svn.bb @@ -9,7 +9,7 @@ PR = "r4" PE = "1" SRCREV = "206" -DEPENDS = "dbus dbus-glib libxrandr libnotify notification-daemon curl gtk+" +DEPENDS = "curl dbus dbus-glib gtk+ libnotify libxrandr notification-daemon" RDEPENDS_${PN} = "notification-daemon" SRC_URI = "svn://accelges.googlecode.com/svn/;module=trunk;proto=http"