All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-webserver][PATCH] netdata: Move the version to the file name and correct the SRC_URI
@ 2021-09-25 11:33 Peter Kjellerstedt
  0 siblings, 0 replies; only message in thread
From: Peter Kjellerstedt @ 2021-09-25 11:33 UTC (permalink / raw)
  To: openembedded-devel

The HOMEPAGE was updated in commit 371adeaa (netdata: Fixed the recipe),
but not the SRC_URI.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
---
 .../netdata/{netdata_git.bb => netdata_1.22.1.bb}          | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
 rename meta-webserver/recipes-webadmin/netdata/{netdata_git.bb => netdata_1.22.1.bb} (93%)

diff --git a/meta-webserver/recipes-webadmin/netdata/netdata_git.bb b/meta-webserver/recipes-webadmin/netdata/netdata_1.22.1.bb
similarity index 93%
rename from meta-webserver/recipes-webadmin/netdata/netdata_git.bb
rename to meta-webserver/recipes-webadmin/netdata/netdata_1.22.1.bb
index 7ec989815..fb4d27294 100644
--- a/meta-webserver/recipes-webadmin/netdata/netdata_git.bb
+++ b/meta-webserver/recipes-webadmin/netdata/netdata_1.22.1.bb
@@ -5,15 +5,14 @@ DESCRIPTION = "Netdata is high-fidelity infrastructure monitoring and troublesho
 LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=fc9b848046ef54b5eaee6071947abd24"
 
-SRC_URI:append = " git://github.com/firehol/netdata.git;protocol=https"
+SRC_URI = "git://github.com/netdata/netdata.git;protocol=https"
 SRCREV = "1be9200ba8e11dc81a2101d85a2725137d43f766"
-PV = "1.22.1"
 
 # default netdata.conf for netdata configuration
-SRC_URI += " file://netdata.conf"
+SRC_URI += "file://netdata.conf"
 
 # file for providing systemd service support
-SRC_URI += " file://netdata.service"
+SRC_URI += "file://netdata.service"
 
 S = "${WORKDIR}/git"
 


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-25 11:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-25 11:33 [meta-webserver][PATCH] netdata: Move the version to the file name and correct the SRC_URI Peter Kjellerstedt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.