Comments
Patch
@@ -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,6 @@ 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"
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> --- .../xserver-nodm-init/xserver-nodm-init_2.0.bb | 10 +--------- 1 files changed, 1 insertions(+), 9 deletions(-)