All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] accelges_svn: sort `DEPENDS` alphabetically
@ 2010-10-31 16:46 Paul Menzel
  2010-10-31 17:48 ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Menzel @ 2010-10-31 16:46 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 748 bytes --]

Date: Sun, 31 Oct 2010 13:49:32 +0100

Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
---
 recipes/accelges/accelges_svn.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/accelges/accelges_svn.bb b/recipes/accelges/accelges_svn.bb
index db6a6ee..805dc11 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"
-- 
1.7.2.3

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-10-31 20:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-31 16:46 [PATCH 1/2] accelges_svn: sort `DEPENDS` alphabetically Paul Menzel
2010-10-31 17:48 ` Martin Jansa
2010-10-31 20:23   ` Paul Menzel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.