|
@@ -5,17 +5,15 @@ HOMEPAGE = "https://github.com/netdata/netdata/"
|
|
|
LICENSE = "GPL-3.0-only"
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=fc9b848046ef54b5eaee6071947abd24"
|
|
|
|
|
|
-DEPENDS += "libuv util-linux zlib libyaml json-c"
|
|
|
+DEPENDS += "json-c libuv libyaml util-linux zlib "
|
|
|
|
|
|
-SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BPN}-v${PV}.tar.gz \
|
|
|
+SRC_URI = "\
|
|
|
+ https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BPN}-v${PV}.tar.gz \
|
|
|
+ file://netdata.conf \
|
|
|
+ file://netdata.service \
|
|
|
"
|
|
|
-SRC_URI[sha256sum] = "d4a7ea2717ac7c8f04865f18e13aeaa0a36784156059f1b5ced75a44f74afc4d"
|
|
|
|
|
|
-# default netdata.conf for netdata configuration
|
|
|
-SRC_URI += "file://netdata.conf"
|
|
|
-
|
|
|
-# file for providing systemd service support
|
|
|
-SRC_URI += "file://netdata.service"
|
|
|
+SRC_URI[sha256sum] = "50df30a9aaf60d550eb8e607230d982827e04194f7df3eba0e83ff7919270ad2"
|
|
|
|
|
|
UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/tags"
|
|
|
UPSTREAM_CHECK_REGEX = "${BPN}/releases/tag/v(?P<pver>\d+(?:\.\d+)*)"
|