mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
netdata: Update to 1.17.0 and fix build with clang/x86
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=fc9b848046ef54b5eaee6071947abd24"
|
|||||||
SRC_URI = "git://github.com/firehol/netdata.git;protocol=https \
|
SRC_URI = "git://github.com/firehol/netdata.git;protocol=https \
|
||||||
file://0002-Makefiles-does-not-build-contrib-dir.patch \
|
file://0002-Makefiles-does-not-build-contrib-dir.patch \
|
||||||
"
|
"
|
||||||
SRCREV = "2c4146832061635273d153a5174c85fb1d967d57"
|
SRCREV = "588ce5a7b18999dfa66698cd3a2f005f7a3c31cf"
|
||||||
PV = "1.16.0+git${SRCPV}"
|
PV = "1.17.0"
|
||||||
|
|
||||||
# patch to disable timeout because timeout are not available with actual version
|
# patch to disable timeout because timeout are not available with actual version
|
||||||
# of core-utils
|
# of core-utils
|
||||||
@@ -25,6 +25,9 @@ DEPENDS += "zlib util-linux"
|
|||||||
|
|
||||||
inherit pkgconfig autotools-brokensep useradd systemd
|
inherit pkgconfig autotools-brokensep useradd systemd
|
||||||
|
|
||||||
|
LIBS_toolchain-clang_x86 = "-latomic"
|
||||||
|
export LIBS
|
||||||
|
|
||||||
#systemd
|
#systemd
|
||||||
SYSTEMD_PACKAGES = "${PN}"
|
SYSTEMD_PACKAGES = "${PN}"
|
||||||
SYSTEMD_SERVICE_${PN} = "netdata.service"
|
SYSTEMD_SERVICE_${PN} = "netdata.service"
|
||||||
|
|||||||
Reference in New Issue
Block a user