diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-11-29 22:34:15 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-11-30 09:46:47 -0800 |
commit | c7fcebd05d18c118eccbf6bc6c75ea91d0b89063 (patch) | |
tree | dfbc3db9ba27353e6620e85657077fcae810a247 /meta-oe/recipes-security/audit | |
parent | 95bbffd666100433c1da12e43754b8b42c31b28d (diff) | |
download | meta-openembedded-c7fcebd05d18c118eccbf6bc6c75ea91d0b89063.tar.gz |
audit: Inherit python3targetconfig
It uses python3-config during build to grok the python specific
includedirs, therefore its important to ensure that target specific
python3-config is used, otherwise currently it defaults to native
python3-config which ends up adding native python3 include paths
which might work out ok but is exposed when target is 32bit + lfs
enabled, the headers don't match between native and target python
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.0.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-security/audit/audit_3.0.9.bb b/meta-oe/recipes-security/audit/audit_3.0.9.bb index dcab7dcc8..9621d9e33 100644 --- a/meta-oe/recipes-security/audit/audit_3.0.9.bb +++ b/meta-oe/recipes-security/audit/audit_3.0.9.bb | |||
@@ -18,7 +18,7 @@ SRC_URI = "git://github.com/linux-audit/${BPN}-userspace.git;branch=master;proto | |||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | SRCREV = "81fa28e0e8b4be83ddba03de8b816a3df510c17e" | 19 | SRCREV = "81fa28e0e8b4be83ddba03de8b816a3df510c17e" |
20 | 20 | ||
21 | inherit autotools python3native update-rc.d systemd | 21 | inherit autotools python3native python3targetconfig update-rc.d systemd |
22 | 22 | ||
23 | UPDATERCPN = "auditd" | 23 | UPDATERCPN = "auditd" |
24 | INITSCRIPT_NAME = "auditd" | 24 | INITSCRIPT_NAME = "auditd" |