]> code.ossystems Code Review - openembedded-core.git/commit
go.bbclass: don't stage test data with sources
authorMatt Madison <matt@madison.systems>
Sun, 4 Mar 2018 21:09:29 +0000 (13:09 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Mar 2018 14:36:33 +0000 (06:36 -0800)
commitb013db7ab58d4d56ad5c6e54a3a32df31aaf8809
tree9644dfbd16c2cd3acd508261f355963def856ece
parent351e9fc39408e094bbb4beedf51221adc8afd143
go.bbclass: don't stage test data with sources

Any directory in a Go package's source tree called
'testdata' contains test data, and isn't necessary
for building.

Some packages include ELF files and other binaries
as test data, and staging them in the sysroot and
-dev package leads to unnecessary QA warnings.

Signed-off-by: Matt Madison <matt@madison.systems>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/go.bbclass