diff options
| -rw-r--r-- | meta-oe/recipes-extended/rsyslog/rsyslog.inc | 7 |
1 files changed, 1 insertions, 6 deletions
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/" | |||
| 4 | LICENSE = "GPLv3" | 4 | LICENSE = "GPLv3" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=51d9635e646fb75e1b74c074f788e973" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=51d9635e646fb75e1b74c074f788e973" |
| 6 | 6 | ||
| 7 | INC_PR = "r2" | 7 | INC_PR = "r3" |
| 8 | 8 | ||
| 9 | SRC_URI = "http://www.rsyslog.com/files/download/rsyslog/${PN}-${PV}.tar.gz \ | 9 | SRC_URI = "http://www.rsyslog.com/files/download/rsyslog/${PN}-${PV}.tar.gz \ |
| 10 | file://rsyslog.conf" | 10 | file://rsyslog.conf" |
| @@ -20,9 +20,4 @@ do_install_append() { | |||
| 20 | install ${WORKDIR}/rsyslog.conf ${D}${sysconfdir}/rsyslog.conf | 20 | install ${WORKDIR}/rsyslog.conf ${D}${sysconfdir}/rsyslog.conf |
| 21 | } | 21 | } |
| 22 | 22 | ||
| 23 | PACKAGES =+ "${PN}-systemd" | ||
| 24 | |||
| 25 | CONFFILES_${PN} = "${sysconfdir}/rsyslog.conf" | 23 | CONFFILES_${PN} = "${sysconfdir}/rsyslog.conf" |
| 26 | |||
| 27 | FILES_${PN}-systemd += "${base_libdir}/systemd" | ||
| 28 | RDEPENDS_${PN}-systemd += "${PN}" | ||
