diff options
author | Koen Kooi <koen@openembedded.org> | 2009-11-05 13:35:50 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-05 13:35:50 +0100 |
commit | 2b0e95fd5d1a4610f4bdc5b929500472562f7b37 (patch) | |
tree | 3bbb3fd129e88d80b67b642fd917531e810b5331 /recipes/gnome/gdm_2.28.0.bb | |
parent | f389ecae0287535b6df5cc1a8e2c49e16cf7efed (diff) |
gdm: tweak initscript and add grep to depends since busybox grep doesn't do -w
Diffstat (limited to 'recipes/gnome/gdm_2.28.0.bb')
-rw-r--r-- | recipes/gnome/gdm_2.28.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/gnome/gdm_2.28.0.bb b/recipes/gnome/gdm_2.28.0.bb index 683773a3ab..ac5d52505d 100644 --- a/recipes/gnome/gdm_2.28.0.bb +++ b/recipes/gnome/gdm_2.28.0.bb @@ -3,10 +3,12 @@ LICENSE = "GPL" DEPENDS = "libcanberra libxklavier grep consolekit libpam gnome-doc-utils gtk+ libglade libgnomecanvas librsvg libxml2 libart-lgpl xrdb" -PR = "r1" +PR = "r2" inherit gnome update-rc.d +RDEPENDS_${PN} += "grep" + SRC_URI += " \ file://cross-xdetection.diff;patch=1 \ file://%gconf-tree.xml \ |