mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 22:59:41 +00:00
xserver-nodm-init: remove unneeded systemd code
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
b5e7472830
commit
e521e25a0a
@ -3,7 +3,7 @@ LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
SECTION = "x11"
|
||||
|
||||
PR = "r12"
|
||||
PR = "r13"
|
||||
|
||||
SRC_URI = "file://xserver-nodm \
|
||||
file://xserver-nodm.service \
|
||||
@ -25,14 +25,7 @@ SYSTEMD_SERVICE_${PN}-systemd = "xserver-nodm.service"
|
||||
do_install() {
|
||||
install -d ${D}${sysconfdir}/init.d
|
||||
install xserver-nodm ${D}${sysconfdir}/init.d
|
||||
|
||||
install -d ${D}${base_libdir}/systemd/system
|
||||
install -m 0644 xserver-nodm.service ${D}${base_libdir}/systemd/system/
|
||||
}
|
||||
|
||||
PACKAGES += "${PN}-systemd"
|
||||
|
||||
RDEPENDS_${PN} = "xserver-common (>= 1.30) xinit"
|
||||
|
||||
FILES_${PN}-systemd += "${base_libdir}/systemd/system/"
|
||||
RDEPENDS_${PN}-systemd += "xserver-common (>= 1.30) xinit"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user