From c41e58279a13b3c2fe0dbba4ba39510fe593d582 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Mon, 14 Mar 2022 15:16:47 +0100 Subject: 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]). (From OE-Core rev: 9f610748f760b2d58d5250b55ae4b268909f33ef) Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie --- meta/recipes-devtools/go/go-target.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-devtools/go/go-target.inc') diff --git a/meta/recipes-devtools/go/go-target.inc b/meta/recipes-devtools/go/go-target.inc index b0d487ae1c..d085643036 100644 --- a/meta/recipes-devtools/go/go-target.inc +++ b/meta/recipes-devtools/go/go-target.inc @@ -29,7 +29,6 @@ do_compile() { ./make.bash --target-only --no-banner cd ${B} } -do_compile[dirs] =+ "${GOTMPDIR} ${B}/bin ${B}/pkg" do_compile[cleandirs] += "${GOTMPDIR} ${B}/bin ${B}/pkg" do_install() { -- cgit v1.2.3-54-g00ecf