From ca01a630e5d1af55688751124709c86d631ead75 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 29 Aug 2023 16:05:11 +0200 Subject: go-context: add CLEANBROKEN * fixes: DEBUG: Executing shell function do_configure NOTE: make clean make: *** No rule to make target 'clean'. Stop. ERROR: oe_runmake failed WARNING: exit code 1 from a shell command. Signed-off-by: Martin Jansa Signed-off-by: Bruce Ashfield --- recipes-devtools/go/go-context_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-devtools/go/go-context_git.bb b/recipes-devtools/go/go-context_git.bb index 132da98c..580463d3 100644 --- a/recipes-devtools/go/go-context_git.bb +++ b/recipes-devtools/go/go-context_git.bb @@ -30,3 +30,5 @@ go_context_sysroot_preprocess () { } FILES:${PN} += "${prefix}/local/go/src/${PKG_NAME}/*" + +CLEANBROKEN = "1" -- cgit v1.2.3-54-g00ecf