mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
449bd90748
commit
8fb7370be6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user