mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
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>
This commit is contained in:
@@ -1,19 +1,17 @@
|
||||
HOMEPAGE = "https://github.com/firehol/netdata/"
|
||||
SUMMARY = "Real-time performance monitoring"
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=95b49e9ea979a337578f13c2a3ab9535 \
|
||||
file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
|
||||
"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=fc9b848046ef54b5eaee6071947abd24"
|
||||
|
||||
SRC_URI = "git://github.com/firehol/netdata.git;protocol=https \
|
||||
file://0001-makefile-Do-not-build-contrib-dir.patch \
|
||||
file://0002-Makefiles-does-not-build-contrib-dir.patch \
|
||||
"
|
||||
SRCREV = "89ed309252981ddd50f697fde4fe93019cb3e652"
|
||||
PV = "1.8.0+git${SRCPV}"
|
||||
SRCREV = "2c4146832061635273d153a5174c85fb1d967d57"
|
||||
PV = "1.16.0+git${SRCPV}"
|
||||
|
||||
# patch to disable timeout because timeout are not available with actual version
|
||||
# of core-utils
|
||||
SRC_URI += "file://0001-Correct-Timeout-issue.patch"
|
||||
SRC_URI += "file://0001-Correct-timeout-issue.patch"
|
||||
|
||||
# default netdata.conf for netdata configuration
|
||||
SRC_URI += "file://netdata.conf"
|
||||
@@ -25,9 +23,7 @@ S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS += "zlib util-linux"
|
||||
|
||||
inherit pkgconfig autotools useradd systemd
|
||||
|
||||
LDFLAGS += "-pthread"
|
||||
inherit pkgconfig autotools-brokensep useradd systemd
|
||||
|
||||
#systemd
|
||||
SYSTEMD_PACKAGES = "${PN}"
|
||||
|
||||
Reference in New Issue
Block a user