summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/go/go-context_git.bb2
1 files changed, 2 insertions, 0 deletions
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 () {
30} 30}
31 31
32FILES:${PN} += "${prefix}/local/go/src/${PKG_NAME}/*" 32FILES:${PN} += "${prefix}/local/go/src/${PKG_NAME}/*"
33
34CLEANBROKEN = "1"