mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user