aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/go/go-native_1.8.bb
diff options
context:
space:
mode:
authorMatt Madison <matt@madison.systems>2017-09-12 09:50:19 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-12 23:51:37 +0100
commit9dc9d457fb9a456bc18c7789b91f40e1f6a999fe (patch)
tree4ffda72d7482a69dd1e423ba682ddfcdb86dc111 /meta/recipes-devtools/go/go-native_1.8.bb
parentb40f42e69de47af4f627432e284038c645efbaec (diff)
downloadopenembedded-core-contrib-9dc9d457fb9a456bc18c7789b91f40e1f6a999fe.tar.gz
go-native: remove dependency on go-bootstrap-native
The go1.4 toolchain is only required for bootstrapping go-native, and should not be used for anything else, so build it as part of the go-native build. This way, we don't have to carry around its built artifacts in the native sysroot. The go-cross and target toolchains can then just depend on go-native, using that for their 'bootstrap' toolchain. Also removed some unnecessary package-related noexec settings, since native recipes inherit nopackages. Signed-off-by: Matt Madison <matt@madison.systems> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/go/go-native_1.8.bb')
-rw-r--r--meta/recipes-devtools/go/go-native_1.8.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/go/go-native_1.8.bb b/meta/recipes-devtools/go/go-native_1.8.bb
index 182fca27a0..bbf3c0dd73 100644
--- a/meta/recipes-devtools/go/go-native_1.8.bb
+++ b/meta/recipes-devtools/go/go-native_1.8.bb
@@ -1,3 +1,2 @@
require ${PN}.inc
require go-${PV}.inc
-DEPENDS += "go-bootstrap-native"