[oe-commits] Koen Kooi : gdm: add tcp-wrappers to DEPENDS, fix typo in initscript

git version control git at git.openembedded.org
Sun Nov 8 16:28:13 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 12c4514ab0a0e20b69ae81d09e320a1737fdb265
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=12c4514ab0a0e20b69ae81d09e320a1737fdb265

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Nov  5 14:10:30 2009 +0100

gdm: add tcp-wrappers to DEPENDS, fix typo in initscript

---

 recipes/gnome/gdm-2.28.0/gdm |    2 +-
 recipes/gnome/gdm_2.28.0.bb  |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/gnome/gdm-2.28.0/gdm b/recipes/gnome/gdm-2.28.0/gdm
index 22ee7d4..43eae95 100755
--- a/recipes/gnome/gdm-2.28.0/gdm
+++ b/recipes/gnome/gdm-2.28.0/gdm
@@ -40,7 +40,7 @@ case "$1" in
 	mkdir -m 01770 /var/log/gdm
 	chown gdm:gdm /var/log/gdm
 
-	if [ -e /tmp/.ICE-unix \ ; then 
+	if [ -e /tmp/.ICE-unix ] ; then 
 		rm -rf /tmp/.ICE-unix
 	fi
 
diff --git a/recipes/gnome/gdm_2.28.0.bb b/recipes/gnome/gdm_2.28.0.bb
index ac5d525..1fc5e74 100644
--- a/recipes/gnome/gdm_2.28.0.bb
+++ b/recipes/gnome/gdm_2.28.0.bb
@@ -1,9 +1,9 @@
 DESCRIPTION = "Graphical login manager"
 LICENSE = "GPL"
 
-DEPENDS = "libcanberra libxklavier grep consolekit libpam gnome-doc-utils gtk+ libglade libgnomecanvas librsvg libxml2 libart-lgpl xrdb"
+DEPENDS = "tcp-wrappers libcanberra libxklavier grep consolekit libpam gnome-doc-utils gtk+ libglade libgnomecanvas librsvg libxml2 libart-lgpl xrdb"
 
-PR = "r2"
+PR = "r3"
 
 inherit gnome update-rc.d
 





More information about the Openembedded-commits mailing list