diff options
author | Matt Madison <matt@madison.systems> | 2017-09-12 09:50:19 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-12 23:55:29 +0100 |
commit | 4a11f8e98c7802ae578ad6010be35e18a8b06f15 (patch) | |
tree | bb072f54ea0b5c311ef6d147da430030897704f7 /meta/recipes-devtools/go/go-common.inc | |
parent | 7fd27e8e333347737557948a4e93797650a126d0 (diff) | |
download | poky-4a11f8e98c7802ae578ad6010be35e18a8b06f15.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.
(From OE-Core rev: 9dc9d457fb9a456bc18c7789b91f40e1f6a999fe)
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-common.inc')
-rw-r--r-- | meta/recipes-devtools/go/go-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/go/go-common.inc b/meta/recipes-devtools/go/go-common.inc index f74b8b7650..ce1eb86812 100644 --- a/meta/recipes-devtools/go/go-common.inc +++ b/meta/recipes-devtools/go/go-common.inc | |||
@@ -14,7 +14,7 @@ LICENSE = "BSD-3-Clause" | |||
14 | 14 | ||
15 | inherit goarch | 15 | inherit goarch |
16 | 16 | ||
17 | SRC_URI = "http://golang.org/dl/go${PV}.src.tar.gz" | 17 | SRC_URI = "http://golang.org/dl/go${PV}.src.tar.gz;name=main" |
18 | S = "${WORKDIR}/go" | 18 | S = "${WORKDIR}/go" |
19 | B = "${S}" | 19 | B = "${S}" |
20 | 20 | ||