diff options
author | Luca Palano <github@lpzone.it> | 2019-08-02 10:45:43 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-02 18:04:41 -0700 |
commit | 04473965b42b795b53adc5e75192b49ce9cc902d (patch) | |
tree | 3e5104844b2d2c35535713ecb42278b444d3e30a /meta-webserver/recipes-webadmin/netdata/netdata_git.bb | |
parent | 0b958bd99c91174aeef47966ad21fb16095026ff (diff) | |
download | meta-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.bb | 16 |
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 @@ | |||
1 | HOMEPAGE = "https://github.com/firehol/netdata/" | 1 | HOMEPAGE = "https://github.com/firehol/netdata/" |
2 | SUMMARY = "Real-time performance monitoring" | 2 | SUMMARY = "Real-time performance monitoring" |
3 | LICENSE = "GPLv3" | 3 | LICENSE = "GPLv3" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=95b49e9ea979a337578f13c2a3ab9535 \ | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fc9b848046ef54b5eaee6071947abd24" |
5 | file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | ||
6 | " | ||
7 | 5 | ||
8 | SRC_URI = "git://github.com/firehol/netdata.git;protocol=https \ | 6 | SRC_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 | " |
11 | SRCREV = "89ed309252981ddd50f697fde4fe93019cb3e652" | 9 | SRCREV = "2c4146832061635273d153a5174c85fb1d967d57" |
12 | PV = "1.8.0+git${SRCPV}" | 10 | PV = "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 |
16 | SRC_URI += "file://0001-Correct-Timeout-issue.patch" | 14 | SRC_URI += "file://0001-Correct-timeout-issue.patch" |
17 | 15 | ||
18 | # default netdata.conf for netdata configuration | 16 | # default netdata.conf for netdata configuration |
19 | SRC_URI += "file://netdata.conf" | 17 | SRC_URI += "file://netdata.conf" |
@@ -25,9 +23,7 @@ S = "${WORKDIR}/git" | |||
25 | 23 | ||
26 | DEPENDS += "zlib util-linux" | 24 | DEPENDS += "zlib util-linux" |
27 | 25 | ||
28 | inherit pkgconfig autotools useradd systemd | 26 | inherit pkgconfig autotools-brokensep useradd systemd |
29 | |||
30 | LDFLAGS += "-pthread" | ||
31 | 27 | ||
32 | #systemd | 28 | #systemd |
33 | SYSTEMD_PACKAGES = "${PN}" | 29 | SYSTEMD_PACKAGES = "${PN}" |