mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
3a407c0cbc
commit
0760cef000
|
|
@ -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/"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user