diff options
-rw-r--r-- | meta-webserver/recipes-webadmin/netdata/netdata_1.44.3.bb (renamed from meta-webserver/recipes-webadmin/netdata/netdata_1.43.2.bb) | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/meta-webserver/recipes-webadmin/netdata/netdata_1.43.2.bb b/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/" | |||
5 | LICENSE = "GPL-3.0-only" | 5 | LICENSE = "GPL-3.0-only" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fc9b848046ef54b5eaee6071947abd24" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fc9b848046ef54b5eaee6071947abd24" |
7 | 7 | ||
8 | DEPENDS += "libuv util-linux zlib libyaml json-c" | 8 | DEPENDS += "json-c libuv libyaml util-linux zlib " |
9 | 9 | ||
10 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BPN}-v${PV}.tar.gz \ | 10 | SRC_URI = "\ |
11 | https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BPN}-v${PV}.tar.gz \ | ||
12 | file://netdata.conf \ | ||
13 | file://netdata.service \ | ||
11 | " | 14 | " |
12 | SRC_URI[sha256sum] = "d4a7ea2717ac7c8f04865f18e13aeaa0a36784156059f1b5ced75a44f74afc4d" | ||
13 | 15 | ||
14 | # default netdata.conf for netdata configuration | 16 | SRC_URI[sha256sum] = "50df30a9aaf60d550eb8e607230d982827e04194f7df3eba0e83ff7919270ad2" |
15 | SRC_URI += "file://netdata.conf" | ||
16 | |||
17 | # file for providing systemd service support | ||
18 | SRC_URI += "file://netdata.service" | ||
19 | 17 | ||
20 | UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/tags" | 18 | UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/tags" |
21 | UPSTREAM_CHECK_REGEX = "${BPN}/releases/tag/v(?P<pver>\d+(?:\.\d+)*)" | 19 | UPSTREAM_CHECK_REGEX = "${BPN}/releases/tag/v(?P<pver>\d+(?:\.\d+)*)" |