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>
This commit is contained in:
Alexander Kanavin 2023-12-31 13:23:09 +01:00 committed by Khem Raj
parent 3cca2ec514
commit 369659d17e
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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 \