gdm 2.32.2: add more utils to RRECOMMENDS
authorKoen Kooi <koen@dominion.thruhere.net>
Sun, 19 Jun 2011 10:53:31 +0000 (12:53 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:13:22 +0000 (08:13 -0800)
GDM calls these from init/Default, so drag them in as RRECOMMENDS

(From meta-openembedded rev: 9c930778b794878cc38f786141946147cf24c818)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb

index e7c8863..42e1075 100644 (file)
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
 DEPENDS = "xinput gnome-panel tcp-wrappers 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
 
@@ -75,7 +75,7 @@ FILES_${PN} += "${datadir}/icon* \
 RDEPENDS_${PN} += "grep dbus-x11 shadow"
 # "libpam-base-files"
 CONFFILES_${PN} += "${sysconfdir}/gdm/gdm.conf ${sysconfdir}/init.d/gdm"
-RRECOMMENDS_${PN} += "metacity gnome-session polkit-gnome consolekit"
+RRECOMMENDS_${PN} += "desktop-file-utils glib-2.0-utils metacity gnome-session polkit-gnome consolekit"
 
 INITSCRIPT_NAME = "gdm"
 INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ."