[PATCH 6/8] collectd: add a python PACKAGECONFIG, off by default


Alexander Kanavin
 

This resolves python 3.11 errors as well.

Signed-off-by: Alexander Kanavin <alex@...>
---
meta-oe/recipes-extended/collectd/collectd_5.12.0.bb | 1 +
1 file changed, 1 insertion(+)

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 dd97796f4..5dc64588d 100644
--- a/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb
+++ b/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb
@@ -51,6 +51,7 @@ PACKAGECONFIG[libatasmart] = "--with-libatasmart,--without-libatasmart,libatasma
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[python] = "--enable-python,--disable-python"

EXTRA_OECONF = " \
${FPLAYOUT} \
--
2.30.2

Join {openembedded-devel@lists.openembedded.org to automatically receive all group messages.