summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-webserver/recipes-webadmin/netdata/netdata_1.32.1.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-webserver/recipes-webadmin/netdata/netdata_1.32.1.bb b/meta-webserver/recipes-webadmin/netdata/netdata_1.32.1.bb
index 7f99e9d4cc..d479051c4c 100644
--- a/meta-webserver/recipes-webadmin/netdata/netdata_1.32.1.bb
+++ b/meta-webserver/recipes-webadmin/netdata/netdata_1.32.1.bb
@@ -5,7 +5,9 @@ DESCRIPTION = "Netdata is high-fidelity infrastructure monitoring and troublesho
5LICENSE = "GPLv3" 5LICENSE = "GPLv3"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=fc9b848046ef54b5eaee6071947abd24" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=fc9b848046ef54b5eaee6071947abd24"
7 7
8SRC_URI = "https://github.com/${PN}/${PN}/releases/download/${PV}/${PN}-v${PV}.tar.gz" 8DEPENDS += "libuv openssl util-linux zlib "
9
10SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BPN}-v${PV}.tar.gz"
9SRC_URI[sha256sum] = "ac406513e86ad24976a66146702aeac960e43908abc51d70e4a073905275d13e" 11SRC_URI[sha256sum] = "ac406513e86ad24976a66146702aeac960e43908abc51d70e4a073905275d13e"
10 12
11# default netdata.conf for netdata configuration 13# default netdata.conf for netdata configuration
@@ -16,9 +18,7 @@ SRC_URI += "file://netdata.service"
16 18
17UPSTREAM_CHECK_URI = "https://github.com/netdata/netdata/releases" 19UPSTREAM_CHECK_URI = "https://github.com/netdata/netdata/releases"
18 20
19S = "${WORKDIR}/netdata-v${PV}" 21S = "${WORKDIR}/${BPN}-v${PV}"
20
21DEPENDS += "libuv openssl util-linux zlib "
22 22
23inherit pkgconfig autotools-brokensep useradd systemd 23inherit pkgconfig autotools-brokensep useradd systemd
24 24