[oe-commits] [meta-openembedded] 16/29: netdata: update DEPENDS to fix RSS build error

git at git.openembedded.org git at git.openembedded.org
Sun Feb 26 11:25:23 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit df2b829a71b447d04cce9587894214a09b1d7daf
Author: Derek Straka <derek at asterius.io>
AuthorDate: Fri Feb 24 14:46:41 2017 -0500

    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 at asterius.io>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-webserver/recipes-webadmin/netdata/netdata_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-webserver/recipes-webadmin/netdata/netdata_git.bb b/meta-webserver/recipes-webadmin/netdata/netdata_git.bb
index ec74320..de14064 100644
--- a/meta-webserver/recipes-webadmin/netdata/netdata_git.bb
+++ b/meta-webserver/recipes-webadmin/netdata/netdata_git.bb
@@ -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/"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list