-
Notifications
You must be signed in to change notification settings - Fork 820
Closed
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels