netdata: update DEPENDS to fix RSS build error

Resolves build issue exposed by RSS
See http://errors.yoctoproject.org/Errors/Details/130636/

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Derek Straka 2017-02-24 14:46:41 -05:00 committed by Martin Jansa
parent 3a407c0cbc
commit 0760cef000

View File

@ -19,6 +19,8 @@ SRC_URI += "file://netdata.service"
S = "${WORKDIR}/git"
DEPENDS += "zlib"
inherit pkgconfig autotools useradd systemd
#systemd
@ -51,5 +53,3 @@ do_install_append() {
FILES_${PN}-dbg += "${libexecdir}/netdata/plugins.d/.debug"
RDEPENDS_${PN} = "bash zlib"
PNBLACKLIST[netdata] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130636/"