diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-09-14 14:03:14 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-09-14 11:25:11 -0700 |
| commit | 543ce73b1d71cf061b9b37a17e8b095475fb8515 (patch) | |
| tree | 685b080f1167f73eec5713cfa1b5b46de2d73f2a /meta-oe | |
| parent | ba2d152465e57284103d2495a199844982484242 (diff) | |
| download | meta-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.bb | 1 |
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 | |||
| 51 | PACKAGECONFIG[ldap] = "--enable-openldap --with-libldap,--disable-openldap --without-libldap, openldap" | 51 | PACKAGECONFIG[ldap] = "--enable-openldap --with-libldap,--disable-openldap --without-libldap, openldap" |
| 52 | PACKAGECONFIG[rrdtool] = "--enable-rrdtool,--disable-rrdtool,rrdtool" | 52 | PACKAGECONFIG[rrdtool] = "--enable-rrdtool,--disable-rrdtool,rrdtool" |
| 53 | PACKAGECONFIG[rrdcached] = "--enable-rrdcached,--disable-rrdcached,rrdcached" | 53 | PACKAGECONFIG[rrdcached] = "--enable-rrdcached,--disable-rrdcached,rrdcached" |
| 54 | PACKAGECONFIG[python] = "--enable-python,--disable-python" | ||
| 54 | 55 | ||
| 55 | EXTRA_OECONF = " \ | 56 | EXTRA_OECONF = " \ |
| 56 | ${FPLAYOUT} \ | 57 | ${FPLAYOUT} \ |
