summaryrefslogtreecommitdiffstats
path: root/meta-webserver
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-10-31 11:03:36 -0400
committerArmin Kuster <akuster808@gmail.com>2017-11-15 16:34:06 -0800
commit2e1994c0d866c2c5282feef90f6751eb136404fe (patch)
tree06d2bb59ff392ff862034f1b74bbb3320f0b8e4c /meta-webserver
parent134bf4fe144c243536fecc0a4458b080b4deae41 (diff)
downloadmeta-openembedded-2e1994c0d866c2c5282feef90f6751eb136404fe.tar.gz
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>
Diffstat (limited to 'meta-webserver')
-rw-r--r--meta-webserver/recipes-webadmin/netdata/netdata/0001-makefile-Do-not-build-contrib-dir.patch6
-rw-r--r--meta-webserver/recipes-webadmin/netdata/netdata_git.bb6
2 files changed, 6 insertions, 6 deletions
diff --git a/meta-webserver/recipes-webadmin/netdata/netdata/0001-makefile-Do-not-build-contrib-dir.patch b/meta-webserver/recipes-webadmin/netdata/netdata/0001-makefile-Do-not-build-contrib-dir.patch
index 9a3a4a551..6a0d75e37 100644
--- a/meta-webserver/recipes-webadmin/netdata/netdata/0001-makefile-Do-not-build-contrib-dir.patch
+++ b/meta-webserver/recipes-webadmin/netdata/netdata/0001-makefile-Do-not-build-contrib-dir.patch
@@ -11,17 +11,17 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 1 file changed, 1 deletion(-) 11 1 file changed, 1 deletion(-)
12 12
13diff --git a/Makefile.am b/Makefile.am 13diff --git a/Makefile.am b/Makefile.am
14index 3ccf82f8..a852e529 100644 14index 2ea9e40..acb1bd8 100644
15--- a/Makefile.am 15--- a/Makefile.am
16+++ b/Makefile.am 16+++ b/Makefile.am
17@@ -52,7 +52,6 @@ SUBDIRS = \ 17@@ -56,7 +56,6 @@ SUBDIRS = \
18 src \ 18 src \
19 system \ 19 system \
20 web \ 20 web \
21- contrib \ 21- contrib \
22 tests \
22 $(NULL) 23 $(NULL)
23 24
24 dist_noinst_DATA= \
25-- 25--
262.13.2 262.13.2
27 27
diff --git a/meta-webserver/recipes-webadmin/netdata/netdata_git.bb b/meta-webserver/recipes-webadmin/netdata/netdata_git.bb
index 100366211..b0f160252 100644
--- a/meta-webserver/recipes-webadmin/netdata/netdata_git.bb
+++ b/meta-webserver/recipes-webadmin/netdata/netdata_git.bb
@@ -1,15 +1,15 @@
1HOMEPAGE = "https://github.com/firehol/netdata/" 1HOMEPAGE = "https://github.com/firehol/netdata/"
2SUMMARY = "Real-time performance monitoring" 2SUMMARY = "Real-time performance monitoring"
3LICENSE = "GPLv3" 3LICENSE = "GPLv3"
4LIC_FILES_CHKSUM = "file://LICENSE.md;md5=a4a3b650ea3f74269cdfd45a3550e219 \ 4LIC_FILES_CHKSUM = "file://LICENSE.md;md5=95b49e9ea979a337578f13c2a3ab9535 \
5 file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ 5 file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
6 " 6 "
7 7
8SRC_URI = "git://github.com/firehol/netdata.git;protocol=https \ 8SRC_URI = "git://github.com/firehol/netdata.git;protocol=https \
9 file://0001-makefile-Do-not-build-contrib-dir.patch \ 9 file://0001-makefile-Do-not-build-contrib-dir.patch \
10" 10"
11SRCREV = "f5fa346a188e906a8f2cce3c2cf32a88ce81c666" 11SRCREV = "89ed309252981ddd50f697fde4fe93019cb3e652"
12PV = "1.6.0+git${SRCPV}" 12PV = "1.8.0+git${SRCPV}"
13 13
14# patch to disable timeout because timeout are not available with actual version 14# patch to disable timeout because timeout are not available with actual version
15# of core-utils 15# of core-utils