diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-06-02 12:34:11 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-05 09:19:51 +0100 |
commit | f16368d2c50fa12df4145c0ae8402f771f3da186 (patch) | |
tree | 5342471d37cd2a02d5c7e9d0ae439eab23f2779a | |
parent | e3372ac0b4b0d1e5d246837aa940f020b6c0cfbc (diff) | |
download | poky-f16368d2c50fa12df4145c0ae8402f771f3da186.tar.gz |
go: Upgrade to 1.8.3
Add a comment to fix build musl<->glibc switch while
using same TMPDIR
(From OE-Core rev: bc940753ee4af8c656f33d63e33c3d12d419446e)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/go/go-1.8.inc | 8 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-cross.inc | 3 |
2 files changed, 6 insertions, 5 deletions
diff --git a/meta/recipes-devtools/go/go-1.8.inc b/meta/recipes-devtools/go/go-1.8.inc index 5c376a2eb6..3690f310bd 100644 --- a/meta/recipes-devtools/go/go-1.8.inc +++ b/meta/recipes-devtools/go/go-1.8.inc | |||
@@ -1,8 +1,8 @@ | |||
1 | require go-common.inc | 1 | require go-common.inc |
2 | 2 | ||
3 | GOMINOR = "" | 3 | GOMINOR = "3" |
4 | GO_BASEVERSION = "1.8" | 4 | GO_BASEVERSION = "1.8" |
5 | PV .= "${GOMINOR}" | 5 | PV .= ".${GOMINOR}" |
6 | FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/go-${GO_BASEVERSION}:" | 6 | FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/go-${GO_BASEVERSION}:" |
7 | 7 | ||
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707" |
@@ -15,5 +15,5 @@ SRC_URI += "\ | |||
15 | file://split-host-and-target-build.patch \ | 15 | file://split-host-and-target-build.patch \ |
16 | file://gotooldir.patch \ | 16 | file://gotooldir.patch \ |
17 | " | 17 | " |
18 | SRC_URI[md5sum] = "7743960c968760437b6e39093cfe6f67" | 18 | SRC_URI[md5sum] = "64e9380e07bba907e26a00cf5fcbe77e" |
19 | SRC_URI[sha256sum] = "406865f587b44be7092f206d73fc1de252600b79b3cacc587b74b5ef5c623596" | 19 | SRC_URI[sha256sum] = "5f5dea2447e7dcfdc50fa6b94c512e58bfba5673c039259fd843f68829d99fa6" |
diff --git a/meta/recipes-devtools/go/go-cross.inc b/meta/recipes-devtools/go/go-cross.inc index 93206a5d05..71e461123c 100644 --- a/meta/recipes-devtools/go/go-cross.inc +++ b/meta/recipes-devtools/go/go-cross.inc | |||
@@ -6,7 +6,8 @@ PN = "go-cross-${TARGET_ARCH}" | |||
6 | 6 | ||
7 | # Ignore how TARGET_ARCH is computed. | 7 | # Ignore how TARGET_ARCH is computed. |
8 | TARGET_ARCH[vardepvalue] = "${TARGET_ARCH}" | 8 | TARGET_ARCH[vardepvalue] = "${TARGET_ARCH}" |
9 | 9 | # Ignore target os libc for cross compiler | |
10 | #TARGET_OS[vardepexclude] = "LIBCEXTENSION" | ||
10 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/go-cross:" | 11 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/go-cross:" |
11 | 12 | ||
12 | GOROOT_FINAL = "${libdir}/go" | 13 | GOROOT_FINAL = "${libdir}/go" |