Andrew Geissler | 6aa7eec | 2023-03-03 12:41:14 -0600 | [diff] [blame] | 1 | require go-common.inc |
| 2 | |
| 3 | FILESEXTRAPATHS:prepend := "${FILE_DIRNAME}/go:" |
| 4 | |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707" |
| 6 | |
| 7 | SRC_URI += "\ |
| 8 | file://0001-cmd-go-make-content-based-hash-generation-less-pedan.patch \ |
| 9 | file://0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch \ |
| 10 | file://0003-ld-add-soname-to-shareable-objects.patch \ |
| 11 | file://0004-make.bash-override-CC-when-building-dist-and-go_boot.patch \ |
| 12 | file://0005-cmd-dist-separate-host-and-target-builds.patch \ |
| 13 | file://0006-cmd-go-make-GOROOT-precious-by-default.patch \ |
Andrew Geissler | 6aa7eec | 2023-03-03 12:41:14 -0600 | [diff] [blame] | 14 | file://0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch \ |
| 15 | file://0009-go-Filter-build-paths-on-staticly-linked-arches.patch \ |
Patrick Williams | b58112e | 2024-03-07 11:16:36 -0600 | [diff] [blame] | 16 | file://0001-exec.go-filter-out-build-specific-paths-from-linker-.patch \ |
Andrew Geissler | 6aa7eec | 2023-03-03 12:41:14 -0600 | [diff] [blame] | 17 | " |
Patrick Williams | b58112e | 2024-03-07 11:16:36 -0600 | [diff] [blame] | 18 | SRC_URI[main.sha256sum] = "4d196c3d41a0d6c1dfc64d04e3cc1f608b0c436bd87b7060ce3e23234e1f4d5c" |