mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
netdata: upgrade 1.17.0 -> 1.22.1
* 0001-Correct-timeout-issue.patch: timeout is build by coreutils * 0002-Makefiles-does-not-build-contrib-dir.patch: Upstream added identical Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -3,15 +3,9 @@ SUMMARY = "Real-time performance monitoring"
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=fc9b848046ef54b5eaee6071947abd24"
|
||||
|
||||
SRC_URI = "git://github.com/firehol/netdata.git;protocol=https \
|
||||
file://0002-Makefiles-does-not-build-contrib-dir.patch \
|
||||
"
|
||||
SRCREV = "588ce5a7b18999dfa66698cd3a2f005f7a3c31cf"
|
||||
PV = "1.17.0"
|
||||
|
||||
# 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 = "git://github.com/firehol/netdata.git;protocol=https"
|
||||
SRCREV = "1be9200ba8e11dc81a2101d85a2725137d43f766"
|
||||
PV = "1.22.1"
|
||||
|
||||
# default netdata.conf for netdata configuration
|
||||
SRC_URI += "file://netdata.conf"
|
||||
@@ -21,7 +15,7 @@ SRC_URI += "file://netdata.service"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS += "zlib util-linux"
|
||||
DEPENDS += "zlib util-linux libuv"
|
||||
|
||||
inherit pkgconfig autotools-brokensep useradd systemd
|
||||
|
||||
@@ -58,5 +52,4 @@ do_install_append() {
|
||||
sed -i -e 's,@@datadir,${datadir},g' ${D}${sysconfdir}/netdata/netdata.conf
|
||||
}
|
||||
|
||||
FILES_${PN}-dbg += "${libexecdir}/netdata/plugins.d/.debug"
|
||||
RDEPENDS_${PN} = "bash zlib"
|
||||
|
||||
Reference in New Issue
Block a user