diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-09-10 21:33:24 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-10 21:54:22 -0700 |
commit | cb4d681228fe792bbd09814ce69ee418c57346dd (patch) | |
tree | 4aba6c52479f0b553990a5d2099b41d0a208ceb8 /meta-webserver | |
parent | 5fc1bf0dbe1f6d757f823bdd31dfc3a797f868d0 (diff) | |
download | meta-openembedded-cb4d681228fe792bbd09814ce69ee418c57346dd.tar.gz |
netdata: Update to 1.17.0 and fix build with clang/x86
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-webserver')
-rw-r--r-- | meta-webserver/recipes-webadmin/netdata/netdata_git.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-webserver/recipes-webadmin/netdata/netdata_git.bb b/meta-webserver/recipes-webadmin/netdata/netdata_git.bb index 811c2c522..d179e84e3 100644 --- a/meta-webserver/recipes-webadmin/netdata/netdata_git.bb +++ b/meta-webserver/recipes-webadmin/netdata/netdata_git.bb | |||
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=fc9b848046ef54b5eaee6071947abd24" | |||
6 | SRC_URI = "git://github.com/firehol/netdata.git;protocol=https \ | 6 | SRC_URI = "git://github.com/firehol/netdata.git;protocol=https \ |
7 | file://0002-Makefiles-does-not-build-contrib-dir.patch \ | 7 | file://0002-Makefiles-does-not-build-contrib-dir.patch \ |
8 | " | 8 | " |
9 | SRCREV = "2c4146832061635273d153a5174c85fb1d967d57" | 9 | SRCREV = "588ce5a7b18999dfa66698cd3a2f005f7a3c31cf" |
10 | PV = "1.16.0+git${SRCPV}" | 10 | PV = "1.17.0" |
11 | 11 | ||
12 | # 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 |
13 | # of core-utils | 13 | # of core-utils |
@@ -25,6 +25,9 @@ DEPENDS += "zlib util-linux" | |||
25 | 25 | ||
26 | inherit pkgconfig autotools-brokensep useradd systemd | 26 | inherit pkgconfig autotools-brokensep useradd systemd |
27 | 27 | ||
28 | LIBS_toolchain-clang_x86 = "-latomic" | ||
29 | export LIBS | ||
30 | |||
28 | #systemd | 31 | #systemd |
29 | SYSTEMD_PACKAGES = "${PN}" | 32 | SYSTEMD_PACKAGES = "${PN}" |
30 | SYSTEMD_SERVICE_${PN} = "netdata.service" | 33 | SYSTEMD_SERVICE_${PN} = "netdata.service" |