mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
elsa: move systemd support to meta-systemd
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
committed by
Koen Kooi
parent
8149b358f9
commit
46acf9d3b5
@@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Description=Login manager for Enlightenment
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/sbin/elsa
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
@@ -0,0 +1,13 @@
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
PRINC := "${@int(PRINC) + 1}"
|
||||
|
||||
inherit systemd
|
||||
|
||||
SRC_URI += "file://xserver-nodm.service"
|
||||
|
||||
SYSTEMD_PACKAGES = "${PN}-systemd"
|
||||
SYSTEMD_SERVICE = "xserver-nodm.service"
|
||||
|
||||
RCONFLICTS_${PN}-systemd += "xserver-nodm-init-systemd"
|
||||
RREPLACES_${PN}-systemd += "xserver-nodm-init-systemd"
|
||||
Reference in New Issue
Block a user