]> code.ossystems Code Review - openembedded-core.git/commit
go: Remove three unnecessary paths from do_compile[dirs]
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Mon, 14 Mar 2022 14:16:47 +0000 (15:16 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Mar 2022 08:38:28 +0000 (08:38 +0000)
commit9f610748f760b2d58d5250b55ae4b268909f33ef
tree7722e7d060f36c379a57c597f1f96921aeeca978
parentd76a31a37c3b2253a6a8fdffd8581fc88987857d
go: Remove three unnecessary paths from do_compile[dirs]

There is no reason to include a path in foo[dirs] if it is also in
foo[cleandirs] (except if it is the last path in foo[dirs]).

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/go/go-cross-canadian.inc
meta/recipes-devtools/go/go-cross.inc
meta/recipes-devtools/go/go-crosssdk.inc
meta/recipes-devtools/go/go-native_1.17.8.bb
meta/recipes-devtools/go/go-runtime.inc
meta/recipes-devtools/go/go-target.inc