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:
Olof Johansson
2013-10-18 07:27:28 +00:00
committed by Martin Jansa
parent ddeb0fe918
commit ed796941d0
@@ -1,5 +1,5 @@
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)}"
HOMEPAGE = "http://www.rsyslog.com/"
LICENSE = "GPLv3"