diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog.inc b/meta-oe/recipes-extended/rsyslog/rsyslog.inc index ea7fa22a5d..d4552cfe81 100644 --- a/meta-oe/recipes-extended/rsyslog/rsyslog.inc +++ b/meta-oe/recipes-extended/rsyslog/rsyslog.inc @@ -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}"