blob: a942f6d8ab9f801db7b28b5107c6d1cda19c1297 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001require go-common.inc
2
3GO_BASEVERSION = "1.9"
Brad Bishop316dfdd2018-06-25 12:45:53 -04004GO_MINOR = ".6"
Brad Bishop00111322018-04-01 22:23:53 -04005PV .= "${GO_MINOR}"
6
Brad Bishopd7bf8c12018-02-25 22:55:05 -05007FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/go-${GO_BASEVERSION}:"
8
9LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707"
10
11SRC_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"
23SRC_URI_append_libc-musl = " file://set-external-linker.patch"
24
Brad Bishop316dfdd2018-06-25 12:45:53 -040025SRC_URI[main.md5sum] = "52c1a3063291036597552d3fed0b2917"
26SRC_URI[main.sha256sum] = "36f4059be658f7f07091e27fe04bb9e97a0c4836eb446e4c5bac3c90ff9e5828"