diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2013-10-11 13:48:09 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-10-15 13:31:07 +0200 |
| commit | 8fb7370be6f2aaadd9f600c5153927276f10ffc5 (patch) | |
| tree | ea05fe4538fd3522e8357fbcb79ab45f5bf62926 /meta-gnome | |
| parent | 449bd907484871dce3beb08358473a7997e6b1db (diff) | |
| download | meta-openembedded-8fb7370be6f2aaadd9f600c5153927276f10ffc5.tar.gz | |
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@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
| -rw-r--r-- | 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 65e0826dc9..b341c8a89e 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" | |||
| 4 | 4 | ||
| 5 | DEPENDS = "xinput gnome-panel tcp-wrappers libcanberra libxklavier grep consolekit libpam gnome-doc-utils gtk+ xrdb" | 5 | DEPENDS = "xinput gnome-panel tcp-wrappers libcanberra libxklavier grep consolekit libpam gnome-doc-utils gtk+ xrdb" |
| 6 | 6 | ||
| 7 | PR = "r17" | 7 | PR = "r18" |
| 8 | 8 | ||
| 9 | inherit gnome update-rc.d systemd useradd | 9 | inherit gnome update-rc.d systemd useradd |
| 10 | 10 | ||
| @@ -49,6 +49,7 @@ do_install_append() { | |||
| 49 | 49 | ||
| 50 | install -d ${D}/${sysconfdir}/pam.d | 50 | install -d ${D}/${sysconfdir}/pam.d |
| 51 | install -m 0755 ${WORKDIR}/gdm-pam ${D}/${sysconfdir}/pam.d/gdm | 51 | install -m 0755 ${WORKDIR}/gdm-pam ${D}/${sysconfdir}/pam.d/gdm |
| 52 | rm -f ${D}/${sysconfdir}/pam.d/gdm-autologin | ||
| 52 | 53 | ||
| 53 | install -d ${D}/${sysconfdir}/gdm/Init | 54 | install -d ${D}/${sysconfdir}/gdm/Init |
| 54 | install -m 0755 ${WORKDIR}/Default ${D}/${sysconfdir}/gdm/Init | 55 | install -m 0755 ${WORKDIR}/Default ${D}/${sysconfdir}/gdm/Init |
