rpm-native: disable audit plugin

enable this plugin will cause undeterministic build. whether to build
audit plugin depends on whether libaudit exists on the host

Signed-off-by: Changqing Li <changqing.li@windriver.com>
This commit is contained in:
Changqing Li
2021-10-22 14:02:01 +08:00
committed by Jia Zhang
parent 4ddcbda60d
commit c14c00f483

View File

@@ -8,7 +8,7 @@ PACKAGECONFIG:append = " \
EXTRA_OECONF:remove += "\
--disable-plugins \
"
EXTRA_OECONF:append:class-native = " --disable-inhibit-plugin"
EXTRA_OECONF:append:class-native = " --disable-inhibit-plugin --with-audit=no"
SRC_URI:append = " \
file://macros.ima \