entrance: rename xserver-nodm.service to entrance.service so it does not conflict with xserver-nodm-init in sysroot

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2012-12-02 15:37:40 +01:00
parent cf1c42c7a3
commit 4be645b4f5
2 changed files with 2 additions and 2 deletions
@@ -4,10 +4,10 @@ PRINC := "${@int(PRINC) + 1}"
inherit systemd
SRC_URI += "file://xserver-nodm.service"
SRC_URI += "file://entrance.service"
SYSTEMD_PACKAGES = "${PN}-systemd"
SYSTEMD_SERVICE = "xserver-nodm.service"
SYSTEMD_SERVICE = "entrance.service"
RCONFLICTS_${PN}-systemd += "xserver-nodm-init-systemd"
RREPLACES_${PN}-systemd += "xserver-nodm-init-systemd"