diff options
| author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2021-09-25 13:33:05 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-09-27 11:34:55 -0700 |
| commit | b70bb9b43c236766af83b899af37f9dbe4d33f70 (patch) | |
| tree | 5311d57a8fce37c56f42abe1eb7ffbba37aca866 | |
| parent | 7ed3c97bc9c35803918f7796306bbe3b5219b90b (diff) | |
| download | meta-openembedded-b70bb9b43c236766af83b899af37f9dbe4d33f70.tar.gz | |
netdata: Move the version to the file name and correct the SRC_URI
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-webserver/recipes-webadmin/netdata/netdata_1.22.1.bb (renamed from meta-webserver/recipes-webadmin/netdata/netdata_git.bb) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-webserver/recipes-webadmin/netdata/netdata_git.bb b/meta-webserver/recipes-webadmin/netdata/netdata_1.22.1.bb index 7ec9898152..fb4d272947 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 | |||
| 5 | LICENSE = "GPLv3" | 5 | LICENSE = "GPLv3" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fc9b848046ef54b5eaee6071947abd24" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fc9b848046ef54b5eaee6071947abd24" |
| 7 | 7 | ||
| 8 | SRC_URI:append = " git://github.com/firehol/netdata.git;protocol=https" | 8 | SRC_URI = "git://github.com/netdata/netdata.git;protocol=https" |
| 9 | SRCREV = "1be9200ba8e11dc81a2101d85a2725137d43f766" | 9 | SRCREV = "1be9200ba8e11dc81a2101d85a2725137d43f766" |
| 10 | PV = "1.22.1" | ||
| 11 | 10 | ||
| 12 | # default netdata.conf for netdata configuration | 11 | # default netdata.conf for netdata configuration |
| 13 | SRC_URI += " file://netdata.conf" | 12 | SRC_URI += "file://netdata.conf" |
| 14 | 13 | ||
| 15 | # file for providing systemd service support | 14 | # file for providing systemd service support |
| 16 | SRC_URI += " file://netdata.service" | 15 | SRC_URI += "file://netdata.service" |
| 17 | 16 | ||
| 18 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
| 19 | 18 | ||
