diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-12-31 13:23:09 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-12-31 08:27:47 -0800 |
commit | 369659d17e14798647eebdbcef85aaf0a8117db9 (patch) | |
tree | 3e1f1496774c136139e88dd176ad6a7aaa440f6e /meta-oe/recipes-security | |
parent | 3cca2ec5146776404d2e978faad10ef792d46153 (diff) | |
download | meta-openembedded-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>
Diffstat (limited to 'meta-oe/recipes-security')
-rw-r--r-- | meta-oe/recipes-security/audit/audit_3.1.2.bb | 2 |
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 5380e9022..1f2c821f0 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" | |||
32 | EXTRA_OECONF = " --with-libwrap \ | 32 | EXTRA_OECONF = " --with-libwrap \ |
33 | --enable-gssapi-krb5=no \ | 33 | --enable-gssapi-krb5=no \ |
34 | --with-libcap-ng=yes \ | 34 | --with-libcap-ng=yes \ |
35 | --with-python3=yes \ | 35 | --with-python3=no \ |
36 | --libdir=${base_libdir} \ | 36 | --libdir=${base_libdir} \ |
37 | --sbindir=${base_sbindir} \ | 37 | --sbindir=${base_sbindir} \ |
38 | --without-python \ | 38 | --without-python \ |