From b479a6faceaf5b71c978f0065db7686efb19fb3c Mon Sep 17 00:00:00 2001 From: Βούλγαρη Αικατερίνη Date: Mon, 4 Sep 2023 13:12:58 +0300 Subject: collectd: build with rrdcached plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Βούλγαρη Αικατερίνη Signed-off-by: Khem Raj --- meta-oe/recipes-extended/collectd/collectd_5.12.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" PACKAGECONFIG[libatasmart] = "--with-libatasmart,--without-libatasmart,libatasmart" PACKAGECONFIG[ldap] = "--enable-openldap --with-libldap,--disable-openldap --without-libldap, openldap" PACKAGECONFIG[rrdtool] = "--enable-rrdtool,--disable-rrdtool,rrdtool" -PACKAGECONFIG[rrdcached] = "--enable-rrdcached,--disable-rrdcached,rrdcached" +PACKAGECONFIG[rrdcached] = "--enable-rrdcached,--disable-rrdcached,rrdtool" PACKAGECONFIG[python] = "--enable-python,--disable-python" EXTRA_OECONF = " \ -- cgit v1.2.3-54-g00ecf