[oe] [PATCH] gdm_2.28.0: Add missing libcanberra dependency to allow building on a clean system.

John Willis John.Willis at Distant-earth.com
Thu Oct 22 09:22:48 UTC 2009


* Also bump PR.

Signed-off-by: David-John Willis <John.Willis at Distant-earth.com>
---
 recipes/gnome/gdm_2.28.0.bb |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/recipes/gnome/gdm_2.28.0.bb b/recipes/gnome/gdm_2.28.0.bb
index 3f5c69e..d6cc5c0 100644
--- a/recipes/gnome/gdm_2.28.0.bb
+++ b/recipes/gnome/gdm_2.28.0.bb
@@ -1,7 +1,9 @@
 DESCRIPTION = "Graphical login manager"
 LICENSE = "GPL"
 
-DEPENDS = "libxklavier grep consolekit libpam gnome-doc-utils gtk+ libglade
libgnomecanvas librsvg libxml2 libart-lgpl xrdb"
+DEPENDS = "libxklavier grep consolekit libpam gnome-doc-utils gtk+ libglade
libgnomecanvas librsvg libxml2 libart-lgpl libcanberra xrdb"
+
+PR = "r1"
 
 inherit gnome update-rc.d
 
@@ -67,7 +69,3 @@ pkg_postrm_${PN} () {
     delgroup gdm || true
 	sed -i /gdm/d ${sysconfdir}/X11/default-display-manager || true
 }
-
-
-
-
-- 
1.6.3.1







More information about the Openembedded-devel mailing list