aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb
diff options
context:
space:
mode:
authorOlof Johansson <olof.johansson@axis.com>2013-11-21 11:04:13 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2013-11-24 15:18:37 +0100
commit20525d901c651ed85830dee19ac2607a854002c8 (patch)
tree0457ceab6edbe123d7c5ab0eddc56250929f4c91 /meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb
parentae46bf3efa6bf7f6d13d8adc3d0b183d1c3f1c47 (diff)
downloadmeta-openembedded-contrib-20525d901c651ed85830dee19ac2607a854002c8.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb')
-rw-r--r--meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb b/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb
index 238b4843d4..0101004050 100644
--- a/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb
+++ b/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb
@@ -1,5 +1,5 @@
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)}"
HOMEPAGE = "http://www.rsyslog.com/"
LICENSE = "GPLv3"