mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
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:
committed by
Koen Kooi
parent
d1fa476dab
commit
af6d280e23
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.rsyslog.com/"
|
|||||||
LICENSE = "GPLv3"
|
LICENSE = "GPLv3"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=51d9635e646fb75e1b74c074f788e973"
|
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 \
|
SRC_URI = "http://www.rsyslog.com/files/download/rsyslog/${PN}-${PV}.tar.gz \
|
||||||
file://rsyslog.conf"
|
file://rsyslog.conf"
|
||||||
@@ -20,9 +20,4 @@ do_install_append() {
|
|||||||
install ${WORKDIR}/rsyslog.conf ${D}${sysconfdir}/rsyslog.conf
|
install ${WORKDIR}/rsyslog.conf ${D}${sysconfdir}/rsyslog.conf
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKAGES =+ "${PN}-systemd"
|
|
||||||
|
|
||||||
CONFFILES_${PN} = "${sysconfdir}/rsyslog.conf"
|
CONFFILES_${PN} = "${sysconfdir}/rsyslog.conf"
|
||||||
|
|
||||||
FILES_${PN}-systemd += "${base_libdir}/systemd"
|
|
||||||
RDEPENDS_${PN}-systemd += "${PN}"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user