audit: Revert the tweak done in configure step in do_install

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@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 4ff83dfb5a9f70188959814aa015910bd7363eca)
This commit is contained in:
Khem Raj 2022-09-21 11:19:16 +03:00 committed by Armin Kuster
parent 088eaf9ea9
commit 7eff264695

View File

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