mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
netdata: update to version 1.8.0
Update license checksum for copyright updates Rebase existing patch to remove contrib dir from the build Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
134bf4fe14
commit
2e1994c0d8
+3
-3
@@ -11,17 +11,17 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|||||||
1 file changed, 1 deletion(-)
|
1 file changed, 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/Makefile.am b/Makefile.am
|
diff --git a/Makefile.am b/Makefile.am
|
||||||
index 3ccf82f8..a852e529 100644
|
index 2ea9e40..acb1bd8 100644
|
||||||
--- a/Makefile.am
|
--- a/Makefile.am
|
||||||
+++ b/Makefile.am
|
+++ b/Makefile.am
|
||||||
@@ -52,7 +52,6 @@ SUBDIRS = \
|
@@ -56,7 +56,6 @@ SUBDIRS = \
|
||||||
src \
|
src \
|
||||||
system \
|
system \
|
||||||
web \
|
web \
|
||||||
- contrib \
|
- contrib \
|
||||||
|
tests \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
dist_noinst_DATA= \
|
|
||||||
--
|
--
|
||||||
2.13.2
|
2.13.2
|
||||||
|
|
||||||
|
|||||||
@@ -1,15 +1,15 @@
|
|||||||
HOMEPAGE = "https://github.com/firehol/netdata/"
|
HOMEPAGE = "https://github.com/firehol/netdata/"
|
||||||
SUMMARY = "Real-time performance monitoring"
|
SUMMARY = "Real-time performance monitoring"
|
||||||
LICENSE = "GPLv3"
|
LICENSE = "GPLv3"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=a4a3b650ea3f74269cdfd45a3550e219 \
|
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=95b49e9ea979a337578f13c2a3ab9535 \
|
||||||
file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
|
file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/firehol/netdata.git;protocol=https \
|
SRC_URI = "git://github.com/firehol/netdata.git;protocol=https \
|
||||||
file://0001-makefile-Do-not-build-contrib-dir.patch \
|
file://0001-makefile-Do-not-build-contrib-dir.patch \
|
||||||
"
|
"
|
||||||
SRCREV = "f5fa346a188e906a8f2cce3c2cf32a88ce81c666"
|
SRCREV = "89ed309252981ddd50f697fde4fe93019cb3e652"
|
||||||
PV = "1.6.0+git${SRCPV}"
|
PV = "1.8.0+git${SRCPV}"
|
||||||
|
|
||||||
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user