diff options
Diffstat (limited to 'meta-webserver/recipes-webadmin/netdata/netdata_git.bb')
| -rw-r--r-- | meta-webserver/recipes-webadmin/netdata/netdata_git.bb | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/meta-webserver/recipes-webadmin/netdata/netdata_git.bb b/meta-webserver/recipes-webadmin/netdata/netdata_git.bb index d6a5ce0662..ee4a7c1e3d 100644 --- a/meta-webserver/recipes-webadmin/netdata/netdata_git.bb +++ b/meta-webserver/recipes-webadmin/netdata/netdata_git.bb | |||
| @@ -3,15 +3,9 @@ SUMMARY = "Real-time performance monitoring" | |||
| 3 | LICENSE = "GPLv3" | 3 | LICENSE = "GPLv3" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fc9b848046ef54b5eaee6071947abd24" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fc9b848046ef54b5eaee6071947abd24" |
| 5 | 5 | ||
| 6 | SRC_URI = "git://github.com/firehol/netdata.git;protocol=https \ | 6 | SRC_URI = "git://github.com/firehol/netdata.git;protocol=https" |
| 7 | file://0002-Makefiles-does-not-build-contrib-dir.patch \ | 7 | SRCREV = "1be9200ba8e11dc81a2101d85a2725137d43f766" |
| 8 | " | 8 | PV = "1.22.1" |
| 9 | SRCREV = "588ce5a7b18999dfa66698cd3a2f005f7a3c31cf" | ||
| 10 | PV = "1.17.0" | ||
| 11 | |||
| 12 | # patch to disable timeout because timeout are not available with actual version | ||
| 13 | # of core-utils | ||
| 14 | SRC_URI += "file://0001-Correct-timeout-issue.patch" | ||
| 15 | 9 | ||
| 16 | # default netdata.conf for netdata configuration | 10 | # default netdata.conf for netdata configuration |
| 17 | SRC_URI += "file://netdata.conf" | 11 | SRC_URI += "file://netdata.conf" |
| @@ -21,7 +15,7 @@ SRC_URI += "file://netdata.service" | |||
| 21 | 15 | ||
| 22 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
| 23 | 17 | ||
| 24 | DEPENDS += "zlib util-linux" | 18 | DEPENDS += "zlib util-linux libuv" |
| 25 | 19 | ||
| 26 | inherit pkgconfig autotools-brokensep useradd systemd | 20 | inherit pkgconfig autotools-brokensep useradd systemd |
| 27 | 21 | ||
| @@ -58,5 +52,4 @@ do_install_append() { | |||
| 58 | sed -i -e 's,@@datadir,${datadir},g' ${D}${sysconfdir}/netdata/netdata.conf | 52 | sed -i -e 's,@@datadir,${datadir},g' ${D}${sysconfdir}/netdata/netdata.conf |
| 59 | } | 53 | } |
| 60 | 54 | ||
| 61 | FILES_${PN}-dbg += "${libexecdir}/netdata/plugins.d/.debug" | ||
| 62 | RDEPENDS_${PN} = "bash zlib" | 55 | RDEPENDS_${PN} = "bash zlib" |
