From: Khem Raj <raj.khem@...>
This tweak is needed for building audit but not the interfaces it may
expose via the headers, therefore undo the tweak before packaging things
up
Reported-By: Scott Murray <scott.murray@...>
Signed-off-by: Khem Raj <raj.khem@...>
(cherry picked from commit 4ff83dfb5a9f70188959814aa015910bd7363eca)
---
meta-oe/recipes-security/audit/audit_3.0.8.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-oe/recipes-security/audit/audit_3.0.8.bb b/meta-oe/recipes-security/audit/audit_3.0.8.bb
index 3dbfc9e60..c17899d4f 100644
--- a/meta-oe/recipes-security/audit/audit_3.0.8.bb
+++ b/meta-oe/recipes-security/audit/audit_3.0.8.bb
@@ -77,6 +77,8 @@ do_configure:prepend() {
}
do_install:append() {
+ sed -i -e 's|#include "audit.h"|#include <linux/audit.h>|g' ${D}${includedir}/libaudit.h
+
rm -f ${D}/${libdir}/python${PYTHON_BASEVERSION}/site-packages/*.a
rm -f ${D}/${libdir}/python${PYTHON_BASEVERSION}/site-packages/*.la
--
2.17.1