rsyslog: 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:
Andreas Müller
2012-02-16 02:03:10 +00:00
committed by Koen Kooi
parent d1fa476dab
commit af6d280e23
+1 -6
View File
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.rsyslog.com/"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=51d9635e646fb75e1b74c074f788e973"
INC_PR = "r2"
INC_PR = "r3"
SRC_URI = "http://www.rsyslog.com/files/download/rsyslog/${PN}-${PV}.tar.gz \
file://rsyslog.conf"
@@ -20,9 +20,4 @@ do_install_append() {
install ${WORKDIR}/rsyslog.conf ${D}${sysconfdir}/rsyslog.conf
}
PACKAGES =+ "${PN}-systemd"
CONFFILES_${PN} = "${sysconfdir}/rsyslog.conf"
FILES_${PN}-systemd += "${base_libdir}/systemd"
RDEPENDS_${PN}-systemd += "${PN}"