summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-webadmin/netdata/netdata_git.bb
diff options
context:
space:
mode:
authorLuca Palano <github@lpzone.it>2019-08-02 10:45:43 +0200
committerKhem Raj <raj.khem@gmail.com>2019-08-02 18:04:41 -0700
commit04473965b42b795b53adc5e75192b49ce9cc902d (patch)
tree3e5104844b2d2c35535713ecb42278b444d3e30a /meta-webserver/recipes-webadmin/netdata/netdata_git.bb
parent0b958bd99c91174aeef47966ad21fb16095026ff (diff)
downloadmeta-openembedded-04473965b42b795b53adc5e75192b49ce9cc902d.tar.gz
Netdata upgrade: 1.8.0 -> 1.16.0
Signed-off-by: Luca Palano <github@lpzone.it> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-webserver/recipes-webadmin/netdata/netdata_git.bb')
-rw-r--r--meta-webserver/recipes-webadmin/netdata/netdata_git.bb16
1 files changed, 6 insertions, 10 deletions
diff --git a/meta-webserver/recipes-webadmin/netdata/netdata_git.bb b/meta-webserver/recipes-webadmin/netdata/netdata_git.bb
index 390fa4ba9..811c2c522 100644
--- a/meta-webserver/recipes-webadmin/netdata/netdata_git.bb
+++ b/meta-webserver/recipes-webadmin/netdata/netdata_git.bb
@@ -1,19 +1,17 @@
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=95b49e9ea979a337578f13c2a3ab9535 \ 4LIC_FILES_CHKSUM = "file://LICENSE;md5=fc9b848046ef54b5eaee6071947abd24"
5 file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
6 "
7 5
8SRC_URI = "git://github.com/firehol/netdata.git;protocol=https \ 6SRC_URI = "git://github.com/firehol/netdata.git;protocol=https \
9 file://0001-makefile-Do-not-build-contrib-dir.patch \ 7 file://0002-Makefiles-does-not-build-contrib-dir.patch \
10" 8"
11SRCREV = "89ed309252981ddd50f697fde4fe93019cb3e652" 9SRCREV = "2c4146832061635273d153a5174c85fb1d967d57"
12PV = "1.8.0+git${SRCPV}" 10PV = "1.16.0+git${SRCPV}"
13 11
14# patch to disable timeout because timeout are not available with actual version 12# patch to disable timeout because timeout are not available with actual version
15# of core-utils 13# of core-utils
16SRC_URI += "file://0001-Correct-Timeout-issue.patch" 14SRC_URI += "file://0001-Correct-timeout-issue.patch"
17 15
18# default netdata.conf for netdata configuration 16# default netdata.conf for netdata configuration
19SRC_URI += "file://netdata.conf" 17SRC_URI += "file://netdata.conf"
@@ -25,9 +23,7 @@ S = "${WORKDIR}/git"
25 23
26DEPENDS += "zlib util-linux" 24DEPENDS += "zlib util-linux"
27 25
28inherit pkgconfig autotools useradd systemd 26inherit pkgconfig autotools-brokensep useradd systemd
29
30LDFLAGS += "-pthread"
31 27
32#systemd 28#systemd
33SYSTEMD_PACKAGES = "${PN}" 29SYSTEMD_PACKAGES = "${PN}"