summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTanguy Raufflet <tanguy.raufflet@savoirfairelinux.com>2024-10-23 15:19:08 +0200
committerKhem Raj <raj.khem@gmail.com>2024-10-24 05:52:19 -0700
commit8a34c944127fd81fd34bc3b77e22edda07fc2768 (patch)
treecd7ef6b97cea0167334192856554fad0fc22b8b3
parent9527f0046777b4fbee5ec277c3e6e8b3034e71af (diff)
downloadmeta-openembedded-8a34c944127fd81fd34bc3b77e22edda07fc2768.tar.gz
netdata: add RDEPENDS to the docker PACKAGECONFIG
Add the runtime dependency Virtual/docker need when the package config Docker is enabled. This avoids do_rootfs installs issues. Signed-off-by: Tanguy Raufflet <tanguy.raufflet@savoirfairelinux.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-webserver/recipes-webadmin/netdata/netdata_1.47.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-webserver/recipes-webadmin/netdata/netdata_1.47.3.bb b/meta-webserver/recipes-webadmin/netdata/netdata_1.47.3.bb
index bc73e40eff..5c3ceabf8b 100644
--- a/meta-webserver/recipes-webadmin/netdata/netdata_1.47.3.bb
+++ b/meta-webserver/recipes-webadmin/netdata/netdata_1.47.3.bb
@@ -67,7 +67,7 @@ PACKAGECONFIG[nfacct] = "-DENABLE_PLUGIN_NFACCT=ON,-DENABLE_PLUGIN_NFACCT=OFF,li
67PACKAGECONFIG[xenstat] = "-DENABLE_PLUGIN_XENSTAT=ON,-DENABLE_PLUGIN_XENSTAT=OFF,xen-tools" 67PACKAGECONFIG[xenstat] = "-DENABLE_PLUGIN_XENSTAT=ON,-DENABLE_PLUGIN_XENSTAT=OFF,xen-tools"
68PACKAGECONFIG[cups] = "-DENABLE_PLUGIN_CUPS=ON,-DENABLE_PLUGIN_CUPS=OFF,cups" 68PACKAGECONFIG[cups] = "-DENABLE_PLUGIN_CUPS=ON,-DENABLE_PLUGIN_CUPS=OFF,cups"
69PACKAGECONFIG[systemd] = "-DENABLE_PLUGIN_SYSTEMD_JOURNAL=ON,-DENABLE_PLUGIN_SYSTEMD_JOURNAL=OFF,systemd" 69PACKAGECONFIG[systemd] = "-DENABLE_PLUGIN_SYSTEMD_JOURNAL=ON,-DENABLE_PLUGIN_SYSTEMD_JOURNAL=OFF,systemd"
70PACKAGECONFIG[docker] = ",,virtual/docker," 70PACKAGECONFIG[docker] = ",,virtual/docker, virtual/docker"
71PACKAGECONFIG[go] = "-DENABLE_PLUGIN_GO=ON, -DENABLE_PLUGIN_GO=OFF" 71PACKAGECONFIG[go] = "-DENABLE_PLUGIN_GO=ON, -DENABLE_PLUGIN_GO=OFF"
72 72
73# ebpf doesn't compile (or detect) the cross compilation well 73# ebpf doesn't compile (or detect) the cross compilation well