summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-webadmin/netdata/netdata_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-webserver/recipes-webadmin/netdata/netdata_git.bb')
-rw-r--r--meta-webserver/recipes-webadmin/netdata/netdata_git.bb14
1 files changed, 9 insertions, 5 deletions
diff --git a/meta-webserver/recipes-webadmin/netdata/netdata_git.bb b/meta-webserver/recipes-webadmin/netdata/netdata_git.bb
index de140641c..100366211 100644
--- a/meta-webserver/recipes-webadmin/netdata/netdata_git.bb
+++ b/meta-webserver/recipes-webadmin/netdata/netdata_git.bb
@@ -1,11 +1,15 @@
1HOMEPAGE = "https://github.com/firehol/netdata/" 1HOMEPAGE = "https://github.com/firehol/netdata/"
2SUMMARY = "Real-time performance monitoring" 2SUMMARY = "Real-time performance monitoring"
3LICENSE = "GPLv3" 3LICENSE = "GPLv3"
4LIC_FILES_CHKSUM = "file://LICENSE.md;md5=747afe070ea9d6c2be0a31353609a35b" 4LIC_FILES_CHKSUM = "file://LICENSE.md;md5=a4a3b650ea3f74269cdfd45a3550e219 \
5 file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
6 "
5 7
6SRC_URI = "git://github.com/firehol/netdata.git;protocol=https" 8SRC_URI = "git://github.com/firehol/netdata.git;protocol=https \
7SRCREV = "36c1304e37094174ea51001903058e65053107ca" 9 file://0001-makefile-Do-not-build-contrib-dir.patch \
8PV = "1.0.1+git${SRCPV}" 10"
11SRCREV = "f5fa346a188e906a8f2cce3c2cf32a88ce81c666"
12PV = "1.6.0+git${SRCPV}"
9 13
10# patch to disable timeout because timeout are not available with actual version 14# patch to disable timeout because timeout are not available with actual version
11# of core-utils 15# of core-utils
@@ -19,7 +23,7 @@ SRC_URI += "file://netdata.service"
19 23
20S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"
21 25
22DEPENDS += "zlib" 26DEPENDS += "zlib util-linux"
23 27
24inherit pkgconfig autotools useradd systemd 28inherit pkgconfig autotools useradd systemd
25 29