diff options
-rw-r--r-- | recipes-devtools/go/go-context_git.bb | 2 |
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 | ||
32 | FILES:${PN} += "${prefix}/local/go/src/${PKG_NAME}/*" | 32 | FILES:${PN} += "${prefix}/local/go/src/${PKG_NAME}/*" |
33 | |||
34 | CLEANBROKEN = "1" | ||