audit: explicitly disable golang bindings

Disable golang bindings to avoid potential host contamination issue.
Fixes: https://bugzilla.yoctoproject.org/show_bug.cgi?id=13166

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
Yi Zhao 2019-09-12 17:07:35 +08:00 committed by Joe MacDonald
parent e2185e487b
commit b40dafeb6d

View File

@ -39,6 +39,7 @@ EXTRA_OECONF += "--without-prelude \
--libdir=${base_libdir} \
--sbindir=${base_sbindir} \
--without-python3 \
--without-golang \
--disable-zos-remote \
"
EXTRA_OECONF_append_arm = " --with-arm=yes"