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