From 369659d17e14798647eebdbcef85aaf0a8117db9 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Sun, 31 Dec 2023 13:23:09 +0100 Subject: [PATCH] audit: disable python bindings as incompatible with python 3.12 Signed-off-by: Alexander Kanavin Signed-off-by: Khem Raj --- meta-oe/recipes-security/audit/audit_3.1.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \