diff options
author | Koen Kooi <koen@openembedded.org> | 2009-11-05 14:10:30 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-05 14:10:30 +0100 |
commit | 12c4514ab0a0e20b69ae81d09e320a1737fdb265 (patch) | |
tree | a2284c742d35984cc86dcc0af9ae050f7a569a5a | |
parent | 2b0e95fd5d1a4610f4bdc5b929500472562f7b37 (diff) |
gdm: add tcp-wrappers to DEPENDS, fix typo in initscript
-rwxr-xr-x | recipes/gnome/gdm-2.28.0/gdm | 2 | ||||
-rw-r--r-- | 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 22ee7d461d..43eae95177 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 ac5d52505d..1fc5e74f73 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 |