mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 20:20:52 +00:00
netdata: Move the version to the file name and correct the SRC_URI
The HOMEPAGE was updated in commit 371adeaa (netdata: Fixed the recipe), but not the SRC_URI. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
7ed3c97bc9
commit
b70bb9b43c
@ -5,15 +5,14 @@ DESCRIPTION = "Netdata is high-fidelity infrastructure monitoring and troublesho
|
|||||||
LICENSE = "GPLv3"
|
LICENSE = "GPLv3"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=fc9b848046ef54b5eaee6071947abd24"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=fc9b848046ef54b5eaee6071947abd24"
|
||||||
|
|
||||||
SRC_URI:append = " git://github.com/firehol/netdata.git;protocol=https"
|
SRC_URI = "git://github.com/netdata/netdata.git;protocol=https"
|
||||||
SRCREV = "1be9200ba8e11dc81a2101d85a2725137d43f766"
|
SRCREV = "1be9200ba8e11dc81a2101d85a2725137d43f766"
|
||||||
PV = "1.22.1"
|
|
||||||
|
|
||||||
# default netdata.conf for netdata configuration
|
# default netdata.conf for netdata configuration
|
||||||
SRC_URI += " file://netdata.conf"
|
SRC_URI += "file://netdata.conf"
|
||||||
|
|
||||||
# file for providing systemd service support
|
# file for providing systemd service support
|
||||||
SRC_URI += " file://netdata.service"
|
SRC_URI += "file://netdata.service"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user