aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-12-31 13:23:09 +0100
committerKhem Raj <raj.khem@gmail.com>2023-12-31 08:27:47 -0800
commit369659d17e14798647eebdbcef85aaf0a8117db9 (patch)
tree3e1f1496774c136139e88dd176ad6a7aaa440f6e
parent3cca2ec5146776404d2e978faad10ef792d46153 (diff)
downloadmeta-openembedded-contrib-369659d17e14798647eebdbcef85aaf0a8117db9.tar.gz
audit: disable python bindings as incompatible with python 3.12
Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-security/audit/audit_3.1.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-security/audit/audit_3.1.2.bb b/meta-oe/recipes-security/audit/audit_3.1.2.bb
index 5380e90223..1f2c821f02 100644
--- a/meta-oe/recipes-security/audit/audit_3.1.2.bb
+++ b/meta-oe/recipes-security/audit/audit_3.1.2.bb
@@ -32,7 +32,7 @@ DEPENDS = "python3 tcp-wrappers libcap-ng linux-libc-headers swig-native"
EXTRA_OECONF = " --with-libwrap \
--enable-gssapi-krb5=no \
--with-libcap-ng=yes \
- --with-python3=yes \
+ --with-python3=no \
--libdir=${base_libdir} \
--sbindir=${base_sbindir} \
--without-python \