diff options
Diffstat (limited to 'meta/recipes-devtools/go/go-runtime.inc')
-rw-r--r-- | meta/recipes-devtools/go/go-runtime.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/go/go-runtime.inc b/meta/recipes-devtools/go/go-runtime.inc index e282195619..9731e164e9 100644 --- a/meta/recipes-devtools/go/go-runtime.inc +++ b/meta/recipes-devtools/go/go-runtime.inc | |||
@@ -59,6 +59,9 @@ do_install() { | |||
59 | done | 59 | done |
60 | find ${D}${libdir}/go/src -depth -type d -name testdata -exec rm -rf {} \; | 60 | find ${D}${libdir}/go/src -depth -type d -name testdata -exec rm -rf {} \; |
61 | rm -f ${D}${libdir}/go/src/cmd/dist/dist | 61 | rm -f ${D}${libdir}/go/src/cmd/dist/dist |
62 | rm -f ${D}${libdir}/go/src/cmd/cgo/zdefaultcc.go | ||
63 | rm -f ${D}${libdir}/go/src/cmd/go/internal/cfg/zdefaultcc.go | ||
64 | |||
62 | } | 65 | } |
63 | 66 | ||
64 | ALLOW_EMPTY_${PN} = "1" | 67 | ALLOW_EMPTY_${PN} = "1" |