Re: [yocto] [meta-selinux 1/2] audit: create audit-go package

2016-02-27 Thread Philip Tricca
Hello, This looks straight forward enough. I'm not seeing any QA warnings though so it looks like the go bindings are only built when the go compiler is available. Can you point me at the layer you're using to get the go stuff? There seems to be more than one: meta-golang, oe-meta-go? Thanks, Phi

[yocto] [meta-selinux 1/2] audit: create audit-go package

2016-02-04 Thread Ioan-Adrian Ratiu
This version of audit installs go bindings which are not shipped and trigger QA warnings. Put them in their own package just like python. Signed-off-by: Ioan-Adrian Ratiu --- recipes-security/audit/audit_2.4.4.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-secur