summaryrefslogtreecommitdiffstats
path: root/meta-webserver
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-09-10 21:33:24 -0700
committerKhem Raj <raj.khem@gmail.com>2019-09-10 21:54:22 -0700
commitcb4d681228fe792bbd09814ce69ee418c57346dd (patch)
tree4aba6c52479f0b553990a5d2099b41d0a208ceb8 /meta-webserver
parent5fc1bf0dbe1f6d757f823bdd31dfc3a797f868d0 (diff)
downloadmeta-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.bb7
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"
6SRC_URI = "git://github.com/firehol/netdata.git;protocol=https \ 6SRC_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"
9SRCREV = "2c4146832061635273d153a5174c85fb1d967d57" 9SRCREV = "588ce5a7b18999dfa66698cd3a2f005f7a3c31cf"
10PV = "1.16.0+git${SRCPV}" 10PV = "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
26inherit pkgconfig autotools-brokensep useradd systemd 26inherit pkgconfig autotools-brokensep useradd systemd
27 27
28LIBS_toolchain-clang_x86 = "-latomic"
29export LIBS
30
28#systemd 31#systemd
29SYSTEMD_PACKAGES = "${PN}" 32SYSTEMD_PACKAGES = "${PN}"
30SYSTEMD_SERVICE_${PN} = "netdata.service" 33SYSTEMD_SERVICE_${PN} = "netdata.service"