mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 17:59:26 +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:
committed by
Martin Jansa
parent
ddeb0fe918
commit
ed796941d0
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user