mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-09 16:32:16 +00:00
rsyslog: fix dependency name (json-c => libjson)
Signed-off-by: Olof Johansson <olof.johansson@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
184d0c4e4a
commit
513e7ca20d
@ -1,5 +1,5 @@
|
|||||||
DESCRIPTION = "Rsyslog is an enhanced multi-threaded syslogd"
|
DESCRIPTION = "Rsyslog is an enhanced multi-threaded syslogd"
|
||||||
DEPENDS = "zlib libestr json-c"
|
DEPENDS = "zlib libestr libjson"
|
||||||
DEPENDS += "${@base_contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"
|
DEPENDS += "${@base_contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"
|
||||||
HOMEPAGE = "http://www.rsyslog.com/"
|
HOMEPAGE = "http://www.rsyslog.com/"
|
||||||
LICENSE = "GPLv3"
|
LICENSE = "GPLv3"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user