[oe-commits] Paul Menzel : gedit: sort `DEPENDS` alphabetically

git version control git at git.openembedded.org
Tue Oct 12 06:07:12 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ec4a0bf8e4382a3d7b613a1cc2f80fca03533530
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ec4a0bf8e4382a3d7b613a1cc2f80fca03533530

Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Tue Oct 12 00:51:26 2010 +0200

gedit: sort `DEPENDS` alphabetically

Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/gnome/gedit_2.30.0.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/gnome/gedit_2.30.0.bb b/recipes/gnome/gedit_2.30.0.bb
index 83dffcf..eaf9f32 100644
--- a/recipes/gnome/gedit_2.30.0.bb
+++ b/recipes/gnome/gedit_2.30.0.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "GNOME editor"
 SECTION = "x11/gnome"
 LICENSE = "GPL"
 
-DEPENDS = "iso-codes gnome-common glib-2.0 gtk+ gconf gtksourceview2"
+DEPENDS = "gconf gnome-common glib-2.0 gtk+ gtksourceview2 iso-codes"
 RDEPENDS_${PN} += " gtksourceview2"
 PR = "r2"
 





More information about the Openembedded-commits mailing list