[oe-commits] Koen Kooi : gdm 2.32.2: don't install broken gdm-autologin PAM file

git at git.openembedded.org git at git.openembedded.org
Tue Oct 15 11:17:08 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 8fb7370be6f2aaadd9f600c5153927276f10ffc5
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=8fb7370be6f2aaadd9f600c5153927276f10ffc5

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Fri Oct 11 13:48:09 2013 +0000

gdm 2.32.2: don't install broken gdm-autologin PAM file

It references pam-plugin-console which isn't available. Deleting the PAM file makes autologin work.

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb b/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb
index 65e0826..b341c8a 100644
--- a/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb
+++ b/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb
@@ -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+ xrdb"
 
-PR = "r17"
+PR = "r18"
 
 inherit gnome update-rc.d systemd useradd
 
@@ -49,6 +49,7 @@ do_install_append() {
 
     install -d ${D}/${sysconfdir}/pam.d
     install -m 0755 ${WORKDIR}/gdm-pam       ${D}/${sysconfdir}/pam.d/gdm
+    rm -f ${D}/${sysconfdir}/pam.d/gdm-autologin
 
     install -d ${D}/${sysconfdir}/gdm/Init
     install -m 0755 ${WORKDIR}/Default ${D}/${sysconfdir}/gdm/Init



More information about the Openembedded-commits mailing list