mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +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
@@ -1,8 +0,0 @@
|
||||
[Unit]
|
||||
Description=Login manager for Enlightenment
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/sbin/elsa
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
@@ -4,12 +4,11 @@ LICENSE = "GPLv3+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
SECTION = "e/apps"
|
||||
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
|
||||
inherit e gettext
|
||||
SRC_URI = "${E_SVN}/trunk/PROTO;module=${SRCNAME};proto=http;scmdata=keep \
|
||||
file://0001-pam-use-common-auth-instead-of-system-auth.patch \
|
||||
file://xserver-nodm.service \
|
||||
"
|
||||
S = "${WORKDIR}/${SRCNAME}"
|
||||
|
||||
@@ -18,13 +17,7 @@ EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc ${@base_contains
|
||||
PV = "0.0.4+svnr${SRCPV}"
|
||||
SRCREV = "${EFL_SRCREV}"
|
||||
|
||||
inherit systemd
|
||||
SYSTEMD_PACKAGES = "${PN}-systemd"
|
||||
SYSTEMD_SERVICE = "xserver-nodm.service"
|
||||
|
||||
RDEPENDS_${PN} += "${PN}-themes sessreg xauth"
|
||||
CONFFILES_${PN} += "${sysconfdir}/elsa.conf"
|
||||
RCONFLICTS_${PN} += "xserver-nodm-init"
|
||||
RREPLACES_${PN} += "xserver-nodm-init"
|
||||
RCONFLICTS_${PN}-systemd += "xserver-nodm-init-systemd"
|
||||
RREPLACES_${PN}-systemd += "xserver-nodm-init-systemd"
|
||||
|
||||
Reference in New Issue
Block a user