aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-security/audit
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2024-01-01 19:49:57 +0100
committerKhem Raj <raj.khem@gmail.com>2024-01-01 17:09:56 -0800
commitcb6cd5a566d68a726eea34a1981acac0b790ead0 (patch)
treef484dbb1b29008f8ae6b7002157295fe96ac8c46 /meta-oe/recipes-security/audit
parent7a6ca59ab1f57974066a377677bb3c41908ceaa1 (diff)
downloadmeta-openembedded-cb6cd5a566d68a726eea34a1981acac0b790ead0.tar.gz
audit: reenable python bindings and bring in distutils via setuptools (needed 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/audit')
-rw-r--r--meta-oe/recipes-security/audit/audit_3.1.2.bb4
1 files changed, 2 insertions, 2 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 1f2c821f02..7136ed6a4c 100644
--- a/meta-oe/recipes-security/audit/audit_3.1.2.bb
+++ b/meta-oe/recipes-security/audit/audit_3.1.2.bb
@@ -27,12 +27,12 @@ INITSCRIPT_PARAMS = "defaults"
SYSTEMD_PACKAGES = "auditd"
SYSTEMD_SERVICE:auditd = "auditd.service"
-DEPENDS = "python3 tcp-wrappers libcap-ng linux-libc-headers swig-native"
+DEPENDS = "python3 tcp-wrappers libcap-ng linux-libc-headers swig-native python3-setuptools-native"
EXTRA_OECONF = " --with-libwrap \
--enable-gssapi-krb5=no \
--with-libcap-ng=yes \
- --with-python3=no \
+ --with-python3=yes \
--libdir=${base_libdir} \
--sbindir=${base_sbindir} \
--without-python \