diff options
| author | Jan Vermaete <jan.vermaete@gmail.com> | 2022-04-20 19:15:44 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-04-21 07:14:38 -0700 |
| commit | 4c6b0afe56875652c3f833d0e568c461347b7342 (patch) | |
| tree | 6313d5f34160871255907309e3edfa6fc0342b1f /meta-webserver/recipes-webadmin/netdata/netdata_1.33.1.bb | |
| parent | 5fa0188b8c754e410583fc329f62a30f9cb82831 (diff) | |
| download | meta-openembedded-4c6b0afe56875652c3f833d0e568c461347b7342.tar.gz | |
netdata: version bump 1.33.1 -> 1.34.1
Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-webserver/recipes-webadmin/netdata/netdata_1.33.1.bb')
| -rw-r--r-- | meta-webserver/recipes-webadmin/netdata/netdata_1.33.1.bb | 81 |
1 files changed, 0 insertions, 81 deletions
diff --git a/meta-webserver/recipes-webadmin/netdata/netdata_1.33.1.bb b/meta-webserver/recipes-webadmin/netdata/netdata_1.33.1.bb deleted file mode 100644 index f575a4cbaf..0000000000 --- a/meta-webserver/recipes-webadmin/netdata/netdata_1.33.1.bb +++ /dev/null | |||
| @@ -1,81 +0,0 @@ | |||
| 1 | SUMMARY = "Real-time performance monitoring" | ||
| 2 | DESCRIPTION = "Netdata is high-fidelity infrastructure monitoring and troubleshooting. \ | ||
| 3 | Open-source, free, preconfigured, opinionated, and always real-time." | ||
| 4 | HOMEPAGE = "https://github.com/netdata/netdata/" | ||
| 5 | LICENSE = "GPL-3.0-only" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fc9b848046ef54b5eaee6071947abd24" | ||
| 7 | |||
| 8 | DEPENDS += "libuv util-linux zlib" | ||
| 9 | |||
| 10 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BPN}-v${PV}.tar.gz" | ||
| 11 | SRC_URI[sha256sum] = "20ba8695d87187787b27128ac3aab9b09aa29ca6b508c48542e0f7d50ec9322b" | ||
| 12 | |||
| 13 | # default netdata.conf for netdata configuration | ||
| 14 | SRC_URI += "file://netdata.conf" | ||
| 15 | |||
| 16 | # file for providing systemd service support | ||
| 17 | SRC_URI += "file://netdata.service" | ||
| 18 | |||
| 19 | UPSTREAM_CHECK_URI = "https://github.com/netdata/netdata/releases" | ||
| 20 | |||
| 21 | S = "${WORKDIR}/${BPN}-v${PV}" | ||
| 22 | |||
| 23 | # Stop sending anonymous statistics to Google Analytics | ||
| 24 | NETDATA_ANONYMOUS ??= "enabled" | ||
| 25 | |||
| 26 | inherit pkgconfig autotools-brokensep useradd systemd | ||
| 27 | |||
| 28 | LIBS:toolchain-clang:x86 = "-latomic" | ||
| 29 | LIBS:riscv64 = "-latomic" | ||
| 30 | LIBS:riscv32 = "-latomic" | ||
| 31 | LIBS:mips = "-latomic" | ||
| 32 | export LIBS | ||
| 33 | |||
| 34 | #systemd | ||
| 35 | SYSTEMD_PACKAGES = "${PN}" | ||
| 36 | SYSTEMD_SERVICE:${PN} = "netdata.service" | ||
| 37 | SYSTEMD_AUTO_ENABLE:${PN} = "enable" | ||
| 38 | |||
| 39 | #User specific | ||
| 40 | USERADD_PACKAGES = "${PN}" | ||
| 41 | USERADD_PARAM:${PN} = "--system --no-create-home --home-dir ${localstatedir}/run/netdata --user-group netdata" | ||
| 42 | |||
| 43 | PACKAGECONFIG ??= "https" | ||
| 44 | PACKAGECONFIG[cloud] = "--enable-cloud, --disable-cloud, json-c" | ||
| 45 | PACKAGECONFIG[compression] = "--enable-compression, --disable-compression, lz4" | ||
| 46 | PACKAGECONFIG[https] = "--enable-https, --disable-https, openssl" | ||
| 47 | |||
| 48 | # ebpf doesn't compile (or detect) the cross compilation well | ||
| 49 | EXTRA_OECONF += "--disable-ebpf" | ||
| 50 | |||
| 51 | do_install:append() { | ||
| 52 | #set S UID for plugins | ||
| 53 | chmod 4755 ${D}${libexecdir}/netdata/plugins.d/apps.plugin | ||
| 54 | |||
| 55 | if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then | ||
| 56 | # Install systemd unit files | ||
| 57 | install -d ${D}${systemd_unitdir}/system | ||
| 58 | install -m 0644 ${WORKDIR}/netdata.service ${D}${systemd_unitdir}/system | ||
| 59 | sed -i -e 's,@@datadir,${datadir_native},g' ${D}${systemd_unitdir}/system/netdata.service | ||
| 60 | fi | ||
| 61 | |||
| 62 | # Install default netdata.conf | ||
| 63 | install -d ${D}${sysconfdir}/netdata | ||
| 64 | install -m 0644 ${WORKDIR}/netdata.conf ${D}${sysconfdir}/netdata/ | ||
| 65 | sed -i -e 's,@@sysconfdir,${sysconfdir},g' ${D}${sysconfdir}/netdata/netdata.conf | ||
| 66 | sed -i -e 's,@@libdir,${libexecdir},g' ${D}${sysconfdir}/netdata/netdata.conf | ||
| 67 | sed -i -e 's,@@datadir,${datadir},g' ${D}${sysconfdir}/netdata/netdata.conf | ||
| 68 | |||
| 69 | if [ "${NETDATA_ANONYMOUS}" = "enabled" ]; then | ||
| 70 | touch ${D}${sysconfdir}/netdata/.opt-out-from-anonymous-statistics | ||
| 71 | fi | ||
| 72 | |||
| 73 | install --group netdata --owner netdata --directory ${D}${localstatedir}/cache/netdata | ||
| 74 | install --group netdata --owner netdata --directory ${D}${localstatedir}/lib/netdata | ||
| 75 | |||
| 76 | chown -R netdata:netdata ${D}${datadir}/netdata/web | ||
| 77 | } | ||
| 78 | |||
| 79 | FILES:${PN} += "${localstatedir}/cache/netdata/ ${localstatedir}/lib/netdata/" | ||
| 80 | |||
| 81 | RDEPENDS:${PN} = "bash zlib" | ||
