summaryrefslogtreecommitdiffstats
path: root/recipes/gnome
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-11-05 14:10:30 +0100
committerKoen Kooi <koen@openembedded.org>2009-11-05 14:10:30 +0100
commit12c4514ab0a0e20b69ae81d09e320a1737fdb265 (patch)
treea2284c742d35984cc86dcc0af9ae050f7a569a5a /recipes/gnome
parent2b0e95fd5d1a4610f4bdc5b929500472562f7b37 (diff)
downloadopenembedded-12c4514ab0a0e20b69ae81d09e320a1737fdb265.tar.gz
gdm: add tcp-wrappers to DEPENDS, fix typo in initscript
Diffstat (limited to 'recipes/gnome')
-rwxr-xr-xrecipes/gnome/gdm-2.28.0/gdm2
-rw-r--r--recipes/gnome/gdm_2.28.0.bb4
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