openembedded/meta-openembedded

audit recipe is broken

Closed this issue · 1 comments

@kraj

the following commit is breaking any other recipes that has PACKAGECONFIG with audit enabled :
3a6f77e

since the following replace:
sed -i -e 's|#include <linux/audit.h>|#include "audit.h"|g' ${S}/lib/libaudit.h

but audit install the header in /usr/include/linux/audit.h

in my case I have meta-selinux enabled which activate by default PACKAGECONFIG:append = "audit" on a lot of package.

kraj commented

Fixed with 4ff83df