diff options
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 65e0826dc..b341c8a89 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 |