diff options
-rw-r--r-- | meta-webserver/recipes-webadmin/netdata/netdata_1.22.1.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-webserver/recipes-webadmin/netdata/netdata_1.22.1.bb b/meta-webserver/recipes-webadmin/netdata/netdata_1.22.1.bb index fb4d272947..fb643be61f 100644 --- a/meta-webserver/recipes-webadmin/netdata/netdata_1.22.1.bb +++ b/meta-webserver/recipes-webadmin/netdata/netdata_1.22.1.bb | |||
@@ -5,8 +5,8 @@ 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 = "git://github.com/netdata/netdata.git;protocol=https" | 8 | SRC_URI = "https://github.com/netdata/netdata/releases/download/v${PV}/netdata-v${PV}.tar.gz" |
9 | SRCREV = "1be9200ba8e11dc81a2101d85a2725137d43f766" | 9 | SRC_URI[sha256sum] = "f169c8615a6823448c2f1923c87c286d798132ea29d26f366e96d26e0aec3697" |
10 | 10 | ||
11 | # default netdata.conf for netdata configuration | 11 | # default netdata.conf for netdata configuration |
12 | SRC_URI += "file://netdata.conf" | 12 | SRC_URI += "file://netdata.conf" |
@@ -14,7 +14,9 @@ SRC_URI += "file://netdata.conf" | |||
14 | # file for providing systemd service support | 14 | # file for providing systemd service support |
15 | SRC_URI += "file://netdata.service" | 15 | SRC_URI += "file://netdata.service" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | UPSTREAM_CHECK_URI = "https://github.com/netdata/netdata/releases" |
18 | |||
19 | S = "${WORKDIR}/netdata-v${PV}" | ||
18 | 20 | ||
19 | DEPENDS += "zlib util-linux libuv" | 21 | DEPENDS += "zlib util-linux libuv" |
20 | 22 | ||