Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 1 | require go-common.inc |
| 2 | |
| 3 | GO_BASEVERSION = "1.9" |
Brad Bishop | d5ae7d9 | 2018-06-14 09:52:03 -0700 | [diff] [blame] | 4 | GO_MINOR = ".7" |
Brad Bishop | 0011132 | 2018-04-01 22:23:53 -0400 | [diff] [blame] | 5 | PV .= "${GO_MINOR}" |
| 6 | |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 7 | FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/go-${GO_BASEVERSION}:" |
| 8 | |
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707" |
| 10 | |
| 11 | SRC_URI += "\ |
| 12 | file://0001-make.bash-quote-CC_FOR_TARGET.patch \ |
| 13 | file://0002-cmd-go-fix-CC-and-CXX-environment-variable-construct.patch \ |
| 14 | file://0003-make.bash-better-separate-host-and-target-builds.patch \ |
| 15 | file://0004-cmd-go-allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch \ |
| 16 | file://0005-cmd-go-make-GOROOT-precious-by-default.patch \ |
| 17 | file://0006-make.bash-add-GOTOOLDIR_BOOTSTRAP-environment-variab.patch \ |
| 18 | file://0007-ld-add-soname-to-shareable-objects.patch \ |
| 19 | file://0008-make.bash-add-GOHOSTxx-indirection-for-cross-canadia.patch \ |
| 20 | file://0009-cmd-go-buildmode-pie-forces-external-linking-mode-on.patch \ |
| 21 | file://0010-make.bash-override-CC-when-building-dist-and-go_boot.patch \ |
| 22 | " |
| 23 | SRC_URI_append_libc-musl = " file://set-external-linker.patch" |
| 24 | |
Brad Bishop | d5ae7d9 | 2018-06-14 09:52:03 -0700 | [diff] [blame] | 25 | SRC_URI[main.md5sum] = "3c2cf876ed6612a022574a565206c6ea" |
| 26 | SRC_URI[main.sha256sum] = "582814fa45e8ecb0859a208e517b48aa0ad951e3b36c7fff203d834e0ef27722" |