mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 14:59:55 +00:00
rsyslog: use BPN to fix multilib and add all licenses
- use BPN instead of PN to fix multilib builds - add all three licenses - add DESCRIPTION Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
This commit is contained in:
committed by
Martin Jansa
parent
59f41a800f
commit
1760dd3e89
@@ -1,17 +1,30 @@
|
||||
SUMMARY = "Rsyslog is an enhanced multi-threaded syslogd"
|
||||
DESCRIPTION = "\
|
||||
Rsyslog is an enhanced syslogd supporting, among others, MySQL,\
|
||||
PostgreSQL, failover log destinations, syslog/tcp, fine grain\
|
||||
output format control, high precision timestamps, queued operations\
|
||||
and the ability to filter on any message part. It is quite\
|
||||
compatible to stock sysklogd and can be used as a drop-in replacement.\
|
||||
Its advanced features make it suitable for enterprise-class,\
|
||||
encryption protected syslog relay chains while at the same time being\
|
||||
very easy to setup for the novice user."
|
||||
|
||||
DEPENDS = "zlib libestr json-c"
|
||||
DEPENDS += "${@base_contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"
|
||||
HOMEPAGE = "http://www.rsyslog.com/"
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=51d9635e646fb75e1b74c074f788e973"
|
||||
LICENSE = "GPLv3 & LGPLv3 & Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=51d9635e646fb75e1b74c074f788e973 \
|
||||
file://COPYING.LESSER;md5=cb7903f1e5c39ae838209e130dca270a \
|
||||
file://COPYING.ASL20;md5=052f8a09206615ab07326ff8ce2d9d32\
|
||||
"
|
||||
|
||||
SRC_URI = "http://www.rsyslog.com/files/download/rsyslog/${PN}-${PV}.tar.gz \
|
||||
SRC_URI = "http://www.rsyslog.com/files/download/rsyslog/${BPN}-${PV}.tar.gz \
|
||||
file://initscript \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "ebcc010a6205c28eb505c0fe862f32c6"
|
||||
SRC_URI[sha256sum] = "276d094d1e4c62c770ec8a72723667f119eee038912b79cf3337d439bc2f9087"
|
||||
|
||||
|
||||
inherit autotools pkgconfig systemd update-rc.d
|
||||
|
||||
EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemdsystemunitdir=${systemd_unitdir}/system/', '--without-systemdsystemunitdir', d)} --enable-cached-man-pages"
|
||||
|
||||
Reference in New Issue
Block a user