mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
netdata: version bump 1.43.0 -> 1.43.2
And fixed the upstream check for new versions. Changelog: https://github.com/netdata/netdata/blob/master/CHANGELOG.md Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
3d3bbc2ac3
commit
0f87d09d11
|
|
@ -9,7 +9,7 @@ DEPENDS += "libuv util-linux zlib libyaml json-c"
|
|||
|
||||
SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BPN}-v${PV}.tar.gz \
|
||||
"
|
||||
SRC_URI[sha256sum] = "d3c66273d8eb62290d412c870dcde45ea214ad187df9d5350f682d9e6d19d426"
|
||||
SRC_URI[sha256sum] = "d4a7ea2717ac7c8f04865f18e13aeaa0a36784156059f1b5ced75a44f74afc4d"
|
||||
|
||||
# default netdata.conf for netdata configuration
|
||||
SRC_URI += "file://netdata.conf"
|
||||
|
|
@ -17,7 +17,8 @@ SRC_URI += "file://netdata.conf"
|
|||
# file for providing systemd service support
|
||||
SRC_URI += "file://netdata.service"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://github.com/netdata/netdata/releases"
|
||||
UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/tags"
|
||||
UPSTREAM_CHECK_REGEX = "${BPN}/releases/tag/v(?P<pver>\d+(?:\.\d+)*)"
|
||||
|
||||
S = "${WORKDIR}/${BPN}-v${PV}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user