From c2c01199d79b5ad4772274a3fd6d15e170369add Mon Sep 17 00:00:00 2001 From: Jan Vermaete Date: Wed, 21 Feb 2024 22:23:58 +0100 Subject: [PATCH] netdata: version bump 1.43.2 -> 1.44.3 * fixed a few minor oelint-adv warnings in the recipe * placed all SRC_URI lines in one block Tested on Raspberry PI 4 Signed-off-by: Jan Vermaete Signed-off-by: Khem Raj --- .../{netdata_1.43.2.bb => netdata_1.44.3.bb} | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) rename meta-webserver/recipes-webadmin/netdata/{netdata_1.43.2.bb => netdata_1.44.3.bb} (87%) diff --git a/meta-webserver/recipes-webadmin/netdata/netdata_1.43.2.bb b/meta-webserver/recipes-webadmin/netdata/netdata_1.44.3.bb similarity index 87% rename from meta-webserver/recipes-webadmin/netdata/netdata_1.43.2.bb rename to meta-webserver/recipes-webadmin/netdata/netdata_1.44.3.bb index 28e82dac31..700c6b2346 100644 --- a/meta-webserver/recipes-webadmin/netdata/netdata_1.43.2.bb +++ b/meta-webserver/recipes-webadmin/netdata/netdata_1.44.3.bb @@ -5,17 +5,15 @@ HOMEPAGE = "https://github.com/netdata/netdata/" LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=fc9b848046ef54b5eaee6071947abd24" -DEPENDS += "libuv util-linux zlib libyaml json-c" +DEPENDS += "json-c libuv libyaml util-linux zlib " -SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BPN}-v${PV}.tar.gz \ +SRC_URI = "\ + https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BPN}-v${PV}.tar.gz \ + file://netdata.conf \ + file://netdata.service \ " -SRC_URI[sha256sum] = "d4a7ea2717ac7c8f04865f18e13aeaa0a36784156059f1b5ced75a44f74afc4d" -# default netdata.conf for netdata configuration -SRC_URI += "file://netdata.conf" - -# file for providing systemd service support -SRC_URI += "file://netdata.service" +SRC_URI[sha256sum] = "50df30a9aaf60d550eb8e607230d982827e04194f7df3eba0e83ff7919270ad2" UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/tags" UPSTREAM_CHECK_REGEX = "${BPN}/releases/tag/v(?P\d+(?:\.\d+)*)"