summaryrefslogtreecommitdiffstats
path: root/meta-systemd
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2012-11-21 13:16:45 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-11-29 11:03:35 +0100
commit3f2736b481787ec2b8c8b00f670cac8aae681cd4 (patch)
tree14689a6494baa2e4c0851032b7c6c0d449eacbed /meta-systemd
parent946c52ccf1cbdaa1d6337486e9ac3a1b0f3bb8a5 (diff)
downloadmeta-openembedded-3f2736b481787ec2b8c8b00f670cac8aae681cd4.tar.gz
lxdm: bugfixes by updating to latest git
* make keyboard layout combobox display languages properly * systemd-support is included mainline * autologin for timeouts < 5s works as expected Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-systemd')
-rw-r--r--meta-systemd/meta-oe/recipes-graphics/lxdm/lxdm/lxdm.service.in10
-rw-r--r--meta-systemd/meta-oe/recipes-graphics/lxdm/lxdm_git.bbappend10
2 files changed, 1 insertions, 19 deletions
diff --git a/meta-systemd/meta-oe/recipes-graphics/lxdm/lxdm/lxdm.service.in b/meta-systemd/meta-oe/recipes-graphics/lxdm/lxdm/lxdm.service.in
deleted file mode 100644
index 0bc6774f3..000000000
--- a/meta-systemd/meta-oe/recipes-graphics/lxdm/lxdm/lxdm.service.in
+++ /dev/null
@@ -1,10 +0,0 @@
1[Unit]
2Description=LXDE Display Manager
3After=systemd-user-sessions.service
4
5[Service]
6ExecStart=%sbindir%/lxdm
7StandardOutput=syslog
8
9[Install]
10Alias=display-manager.service
diff --git a/meta-systemd/meta-oe/recipes-graphics/lxdm/lxdm_git.bbappend b/meta-systemd/meta-oe/recipes-graphics/lxdm/lxdm_git.bbappend
index e4cf44d3f..2828a7034 100644
--- a/meta-systemd/meta-oe/recipes-graphics/lxdm/lxdm_git.bbappend
+++ b/meta-systemd/meta-oe/recipes-graphics/lxdm/lxdm_git.bbappend
@@ -3,14 +3,6 @@ PRINC := "${@int(PRINC) + 1}"
3 3
4inherit systemd 4inherit systemd
5 5
6SRC_URI += "file://lxdm.service.in" 6SYSTEMD_UNITDIR = "${systemd_unitdir}/system"
7
8do_install_append() {
9 install -d ${D}${systemd_unitdir}/system
10 sed -e 's,%sbindir%,${sbindir},g' \
11 < ${WORKDIR}/lxdm.service.in \
12 > ${D}${systemd_unitdir}/system/lxdm.service
13}
14
15SYSTEMD_PACKAGES = "${PN}-systemd" 7SYSTEMD_PACKAGES = "${PN}-systemd"
16SYSTEMD_SERVICE = "lxdm.service" 8SYSTEMD_SERVICE = "lxdm.service"