mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
elsa: remove unneeded systemd code
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
committed by
Koen Kooi
parent
54a836cb0f
commit
7c4380cf76
@@ -13,23 +13,14 @@ S = "${WORKDIR}/${SRCNAME}"
|
|||||||
|
|
||||||
EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc ${@base_contains('DISTRO_FEATURES', 'pam', '', '--disable-pam', d)}"
|
EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc ${@base_contains('DISTRO_FEATURES', 'pam', '', '--disable-pam', d)}"
|
||||||
|
|
||||||
PR = "r4"
|
PR = "r5"
|
||||||
PV = "0.0.4+svnr${SRCPV}"
|
PV = "0.0.4+svnr${SRCPV}"
|
||||||
SRCREV = "${EFL_SRCREV}"
|
SRCREV = "${EFL_SRCREV}"
|
||||||
|
|
||||||
do_install_append() {
|
|
||||||
install -d ${D}${base_libdir}/systemd/system/
|
|
||||||
install -m 0644 ${WORKDIR}/xserver-nodm.service ${D}${base_libdir}/systemd/system/xserver-nodm.service
|
|
||||||
}
|
|
||||||
|
|
||||||
inherit systemd
|
inherit systemd
|
||||||
SYSTEMD_PACKAGES = "${PN}-systemd"
|
SYSTEMD_PACKAGES = "${PN}-systemd"
|
||||||
SYSTEMD_SERVICE = "xserver-nodm.service"
|
SYSTEMD_SERVICE = "xserver-nodm.service"
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-systemd"
|
|
||||||
FILES_${PN}-systemd += "${base_libdir}/systemd"
|
|
||||||
RDEPENDS_${PN}-systemd += "${PN}"
|
|
||||||
|
|
||||||
RDEPENDS_${PN} += "${PN}-themes sessreg xauth"
|
RDEPENDS_${PN} += "${PN}-themes sessreg xauth"
|
||||||
CONFFILES_${PN} += "${sysconfdir}/elsa.conf"
|
CONFFILES_${PN} += "${sysconfdir}/elsa.conf"
|
||||||
RCONFLICTS_${PN} += "xserver-nodm-init"
|
RCONFLICTS_${PN} += "xserver-nodm-init"
|
||||||
|
|||||||
Reference in New Issue
Block a user