diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-05-02 13:53:27 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-05-02 14:02:41 -0400 |
| commit | 79654fc6a1b0767a478b115fba93a2ee914c95a7 (patch) | |
| tree | 249a223288bffc7ca3c34eac575345c753d2f8d6 /recipes-devtools/go-cross/go-1.6.inc | |
| parent | 5dedd395f470c339d19e7b7945b51c08f8182296 (diff) | |
| download | meta-virtualization-79654fc6a1b0767a478b115fba93a2ee914c95a7.tar.gz | |
go: add go-cross 1.6
Introduce the 1.6 go release, and port patches to apply to this version.
Existing versions (1.5) are not removed, so this is not a forced update.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-devtools/go-cross/go-1.6.inc')
| -rw-r--r-- | recipes-devtools/go-cross/go-1.6.inc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-devtools/go-cross/go-1.6.inc b/recipes-devtools/go-cross/go-1.6.inc new file mode 100644 index 00000000..7a57eaf0 --- /dev/null +++ b/recipes-devtools/go-cross/go-1.6.inc | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | require go-common.inc | ||
| 2 | |||
| 3 | PV = "1.6.2" | ||
| 4 | GO_BASEVERSION = "1.6" | ||
| 5 | FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/go-${GO_BASEVERSION}:" | ||
| 6 | |||
| 7 | |||
| 8 | SRC_URI += "\ | ||
| 9 | file://armhf-elf-header.patch \ | ||
| 10 | file://syslog.patch \ | ||
| 11 | file://fix-target-cc-for-build.patch \ | ||
| 12 | file://fix-cc-handling.patch \ | ||
| 13 | file://split-host-and-target-build.patch \ | ||
| 14 | file://gotooldir.patch \ | ||
| 15 | " | ||
| 16 | |||
| 17 | LIC_FILES_CHKSUM = "file://LICENSE;md5=591778525c869cdde0ab5a1bf283cd81" | ||
| 18 | SRC_URI[md5sum] = "d1b50fa98d9a71eeee829051411e6207" | ||
| 19 | SRC_URI[sha256sum] = "787b0b750d037016a30c6ed05a8a70a91b2e9db4bd9b1a2453aa502a63f1bccc" | ||
