summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-09-14 14:03:14 +0200
committerKhem Raj <raj.khem@gmail.com>2022-09-14 11:25:11 -0700
commit543ce73b1d71cf061b9b37a17e8b095475fb8515 (patch)
tree685b080f1167f73eec5713cfa1b5b46de2d73f2a /meta-oe
parentba2d152465e57284103d2495a199844982484242 (diff)
downloadmeta-openembedded-543ce73b1d71cf061b9b37a17e8b095475fb8515.tar.gz
collectd: add a python PACKAGECONFIG, off by default
This resolves python 3.11 errors as well. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-extended/collectd/collectd_5.12.0.bb1
1 files changed, 1 insertions, 0 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 dd97796f46..5dc64588d2 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
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,rrdcached"
54PACKAGECONFIG[python] = "--enable-python,--disable-python"
54 55
55EXTRA_OECONF = " \ 56EXTRA_OECONF = " \
56 ${FPLAYOUT} \ 57 ${FPLAYOUT} \