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