diff options
author | Kas User <kas@example.com> | 2022-02-25 19:46:25 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-02-28 08:39:26 -0800 |
commit | ba34834fdd8785faa5cdfa9ea7fb2425b2efdc27 (patch) | |
tree | 379d54081158f21ac04525b927d271ad946dbb6c /meta-webserver/recipes-webadmin | |
parent | df5cf7197b2f518d4f0bd53e2218f79d9395d5ab (diff) | |
download | meta-openembedded-ba34834fdd8785faa5cdfa9ea7fb2425b2efdc27.tar.gz |
netdata: added enable/disable cloud config.
The json-c dependancy is only needed when cloud is enabled.
Almost no inpact on the size of the package.
Default disabled.
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')
-rw-r--r-- | meta-webserver/recipes-webadmin/netdata/netdata_1.33.1.bb | 3 |
1 files changed, 2 insertions, 1 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 index 2004670f6..3336b43c5 100644 --- a/meta-webserver/recipes-webadmin/netdata/netdata_1.33.1.bb +++ b/meta-webserver/recipes-webadmin/netdata/netdata_1.33.1.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | HOMEPAGE = "https://github.com/netdata/netdata/" | ||
2 | SUMMARY = "Real-time performance monitoring" | 1 | SUMMARY = "Real-time performance monitoring" |
3 | DESCRIPTION = "Netdata is high-fidelity infrastructure monitoring and troubleshooting. \ | 2 | DESCRIPTION = "Netdata is high-fidelity infrastructure monitoring and troubleshooting. \ |
4 | Open-source, free, preconfigured, opinionated, and always real-time." | 3 | Open-source, free, preconfigured, opinionated, and always real-time." |
4 | HOMEPAGE = "https://github.com/netdata/netdata/" | ||
5 | LICENSE = "GPLv3" | 5 | LICENSE = "GPLv3" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fc9b848046ef54b5eaee6071947abd24" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fc9b848046ef54b5eaee6071947abd24" |
7 | 7 | ||
@@ -41,6 +41,7 @@ USERADD_PACKAGES = "${PN}" | |||
41 | USERADD_PARAM:${PN} = "--system --no-create-home --home-dir ${localstatedir}/run/netdata --user-group netdata" | 41 | USERADD_PARAM:${PN} = "--system --no-create-home --home-dir ${localstatedir}/run/netdata --user-group netdata" |
42 | 42 | ||
43 | PACKAGECONFIG ??= "https" | 43 | PACKAGECONFIG ??= "https" |
44 | PACKAGECONFIG[cloud] = "--enable-cloud, --disable-cloud, json-c" | ||
44 | PACKAGECONFIG[compression] = "--enable-compression, --disable-compression, lz4" | 45 | PACKAGECONFIG[compression] = "--enable-compression, --disable-compression, lz4" |
45 | PACKAGECONFIG[https] = "--enable-https, --disable-https, openssl" | 46 | PACKAGECONFIG[https] = "--enable-https, --disable-https, openssl" |
46 | 47 | ||