mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-16 06:30:16 +00:00
netdata: Upgrade to 1.6.0
Licence files has gotten cosmetic changes additionally checksum COPYING file. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
HOMEPAGE = "https://github.com/firehol/netdata/"
|
||||
SUMMARY = "Real-time performance monitoring"
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=747afe070ea9d6c2be0a31353609a35b"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=a4a3b650ea3f74269cdfd45a3550e219 \
|
||||
file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
|
||||
"
|
||||
|
||||
SRC_URI = "git://github.com/firehol/netdata.git;protocol=https"
|
||||
SRCREV = "36c1304e37094174ea51001903058e65053107ca"
|
||||
PV = "1.0.1+git${SRCPV}"
|
||||
SRC_URI = "git://github.com/firehol/netdata.git;protocol=https \
|
||||
file://0001-makefile-Do-not-build-contrib-dir.patch \
|
||||
"
|
||||
SRCREV = "f5fa346a188e906a8f2cce3c2cf32a88ce81c666"
|
||||
PV = "1.6.0+git${SRCPV}"
|
||||
|
||||
# patch to disable timeout because timeout are not available with actual version
|
||||
# of core-utils
|
||||
@@ -19,7 +23,7 @@ SRC_URI += "file://netdata.service"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS += "zlib"
|
||||
DEPENDS += "zlib util-linux"
|
||||
|
||||
inherit pkgconfig autotools useradd systemd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user