mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 01:10:08 +00:00
rsyslog: rename libjson to json-c in DEPENDS
The libjson recipe was renamed to json-c in commit 533c1db2 of oe-core. 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
ae46bf3efa
commit
20525d901c
@@ -1,5 +1,5 @@
|
|||||||
DESCRIPTION = "Rsyslog is an enhanced multi-threaded syslogd"
|
DESCRIPTION = "Rsyslog is an enhanced multi-threaded syslogd"
|
||||||
DEPENDS = "zlib libestr libjson"
|
DEPENDS = "zlib libestr json-c"
|
||||||
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