[oe-commits] Steve Sakoman : gdm: update to 2.28.1

git version control git at git.openembedded.org
Thu Nov 26 08:59:55 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d1ca298d4a4e87edbbb754f3ed8187ff3405af58
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d1ca298d4a4e87edbbb754f3ed8187ff3405af58

Author: Steve Sakoman <steve at sakoman.com>
Date:   Wed Nov 25 08:33:39 2009 -0800

gdm: update to 2.28.1

---

 .../{gdm-2.28.0 => gdm-2.28.1}/%gconf-tree.xml     |    0 
 .../cross-xdetection.diff                          |    0 
 recipes/gnome/{gdm-2.28.0 => gdm-2.28.1}/gdm       |    0 
 .../{gdm-2.28.0 => gdm-2.28.1}/gdm-nodocs.patch    |    0 
 recipes/gnome/{gdm-2.28.0 => gdm-2.28.1}/gdm-pam   |    0 
 recipes/gnome/{gdm-2.28.0 => gdm-2.28.1}/gdm.conf  |    0 
 recipes/gnome/{gdm-2.28.0 => gdm-2.28.1}/other     |    0 
 recipes/gnome/{gdm_2.28.0.bb => gdm_2.28.1.bb}     |    9 ++++++---
 8 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/recipes/gnome/gdm-2.28.0/%gconf-tree.xml b/recipes/gnome/gdm-2.28.1/%gconf-tree.xml
similarity index 100%
rename from recipes/gnome/gdm-2.28.0/%gconf-tree.xml
rename to recipes/gnome/gdm-2.28.1/%gconf-tree.xml
diff --git a/recipes/gnome/gdm-2.28.0/cross-xdetection.diff b/recipes/gnome/gdm-2.28.1/cross-xdetection.diff
similarity index 100%
rename from recipes/gnome/gdm-2.28.0/cross-xdetection.diff
rename to recipes/gnome/gdm-2.28.1/cross-xdetection.diff
diff --git a/recipes/gnome/gdm-2.28.0/gdm b/recipes/gnome/gdm-2.28.1/gdm
similarity index 100%
rename from recipes/gnome/gdm-2.28.0/gdm
rename to recipes/gnome/gdm-2.28.1/gdm
diff --git a/recipes/gnome/gdm-2.28.0/gdm-nodocs.patch b/recipes/gnome/gdm-2.28.1/gdm-nodocs.patch
similarity index 100%
rename from recipes/gnome/gdm-2.28.0/gdm-nodocs.patch
rename to recipes/gnome/gdm-2.28.1/gdm-nodocs.patch
diff --git a/recipes/gnome/gdm-2.28.0/gdm-pam b/recipes/gnome/gdm-2.28.1/gdm-pam
similarity index 100%
rename from recipes/gnome/gdm-2.28.0/gdm-pam
rename to recipes/gnome/gdm-2.28.1/gdm-pam
diff --git a/recipes/gnome/gdm-2.28.0/gdm.conf b/recipes/gnome/gdm-2.28.1/gdm.conf
similarity index 100%
rename from recipes/gnome/gdm-2.28.0/gdm.conf
rename to recipes/gnome/gdm-2.28.1/gdm.conf
diff --git a/recipes/gnome/gdm-2.28.0/other b/recipes/gnome/gdm-2.28.1/other
similarity index 100%
rename from recipes/gnome/gdm-2.28.0/other
rename to recipes/gnome/gdm-2.28.1/other
diff --git a/recipes/gnome/gdm_2.28.0.bb b/recipes/gnome/gdm_2.28.1.bb
similarity index 93%
rename from recipes/gnome/gdm_2.28.0.bb
rename to recipes/gnome/gdm_2.28.1.bb
index 1fc5e74..ef3b9f4 100644
--- a/recipes/gnome/gdm_2.28.0.bb
+++ b/recipes/gnome/gdm_2.28.1.bb
@@ -3,8 +3,6 @@ LICENSE = "GPL"
 
 DEPENDS = "tcp-wrappers libcanberra libxklavier grep consolekit libpam gnome-doc-utils gtk+ libglade libgnomecanvas librsvg libxml2 libart-lgpl xrdb"
 
-PR = "r3"
-
 inherit gnome update-rc.d
 
 RDEPENDS_${PN} += "grep"
@@ -25,14 +23,19 @@ EXTRA_OECONF = " --enable-authentication-scheme=shadow \
 
 do_install_prepend() {
 	mkdir -p ${D}/var/lib/gdm/.gconf.mandatory
-	cp ${WORKDIR}/%gconf-tree.xml ${D}/var/lib/gdm/.gconf.mandatory/ 
+	cp ${WORKDIR}/%gconf-tree.xml ${D}/var/lib/gdm/.gconf.mandatory/
+}
 
+do_install_append() {
 	install -d ${D}/${sysconfdir}/init.d
 	install -m 0755 ${WORKDIR}/gdm ${D}/${sysconfdir}/init.d/
 
 	install -d ${D}/${sysconfdir}/gdm
 	install -m 0644 ${WORKDIR}/gdm.conf ${D}/${sysconfdir}/gdm/
 
+	install -d ${D}/${sysconfdir}/gdm/PreSession
+	install -m 0755 ${WORKDIR}/Default ${D}/${sysconfdir}/gdm/PreSession
+
 	install -d ${D}/${sysconfdir}/pam.d
 	install -m 0755 ${WORKDIR}/gdm-pam       ${D}/${sysconfdir}/pam.d/gdm
 	install -m 0755 ${WORKDIR}/other         ${D}/${sysconfdir}/pam.d/





More information about the Openembedded-commits mailing list