summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorΒούλγαρη Αικατερίνη <aikaterini.voulgari@softcom-int.com>2023-09-04 13:12:58 +0300
committerKhem Raj <raj.khem@gmail.com>2023-09-07 08:22:43 -0700
commitb479a6faceaf5b71c978f0065db7686efb19fb3c (patch)
treeb0e725b0fc44a5a4e9f5270be11e9ef47e5efd2a
parent59e296dc30901161aa91d23ed21a6a5cb8b257f6 (diff)
downloadmeta-openembedded-b479a6faceaf5b71c978f0065db7686efb19fb3c.tar.gz
collectd: build with rrdcached plugin
rrdcached package is provided by rrdtool recipe. The build dependency in PACKAGECONFIG is changed to rrdtool. The error was: Nothing PROVIDES 'rrdcached' but ../collectd_5.12.0.bb DEPENDS on or otherwise requires it). Close matches: rrdtool RPROVIDES rrdcached ERROR: Required build target 'collectd' has no buildable providers. Missing or unbuildable dependency chain was: ['collectd', 'rrdcached'] With the patch, collectd builds with no errors and the final image I tested includes collectd with rrdcached plugin. Tested on custom image with collectd_5.12.0. Signed-off-by: Βούλγαρη Αικατερίνη <aikaterini.voulgari@softcom-int.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/collectd/collectd_5.12.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb b/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb
index 5dc64588d2..479c12d6ae 100644
--- a/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb
+++ b/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb
@@ -50,7 +50,7 @@ PACKAGECONFIG[libmnl] = "--with-libmnl,--without-libmnl,libmnl"
50PACKAGECONFIG[libatasmart] = "--with-libatasmart,--without-libatasmart,libatasmart" 50PACKAGECONFIG[libatasmart] = "--with-libatasmart,--without-libatasmart,libatasmart"
51PACKAGECONFIG[ldap] = "--enable-openldap --with-libldap,--disable-openldap --without-libldap, openldap" 51PACKAGECONFIG[ldap] = "--enable-openldap --with-libldap,--disable-openldap --without-libldap, openldap"
52PACKAGECONFIG[rrdtool] = "--enable-rrdtool,--disable-rrdtool,rrdtool" 52PACKAGECONFIG[rrdtool] = "--enable-rrdtool,--disable-rrdtool,rrdtool"
53PACKAGECONFIG[rrdcached] = "--enable-rrdcached,--disable-rrdcached,rrdcached" 53PACKAGECONFIG[rrdcached] = "--enable-rrdcached,--disable-rrdcached,rrdtool"
54PACKAGECONFIG[python] = "--enable-python,--disable-python" 54PACKAGECONFIG[python] = "--enable-python,--disable-python"
55 55
56EXTRA_OECONF = " \ 56EXTRA_OECONF = " \