diff options
author | Olof Johansson <olof.johansson@axis.com> | 2013-11-21 11:04:13 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-11-24 15:18:37 +0100 |
commit | 20525d901c651ed85830dee19ac2607a854002c8 (patch) | |
tree | 0457ceab6edbe123d7c5ab0eddc56250929f4c91 /meta-oe/recipes-extended/rsyslog | |
parent | ae46bf3efa6bf7f6d13d8adc3d0b183d1c3f1c47 (diff) | |
download | meta-openembedded-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')
-rw-r--r-- | meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb | 2 |
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 238b4843d..010100405 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 @@ | |||
1 | DESCRIPTION = "Rsyslog is an enhanced multi-threaded syslogd" | 1 | DESCRIPTION = "Rsyslog is an enhanced multi-threaded syslogd" |
2 | DEPENDS = "zlib libestr libjson" | 2 | DEPENDS = "zlib libestr json-c" |
3 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" | 3 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" |
4 | HOMEPAGE = "http://www.rsyslog.com/" | 4 | HOMEPAGE = "http://www.rsyslog.com/" |
5 | LICENSE = "GPLv3" | 5 | LICENSE = "GPLv3" |