go-1.11.inc 1022 B

1234567891011121314151617181920212223
  1. require go-common.inc
  2. GO_BASEVERSION = "1.11"
  3. GO_MINOR = ".13"
  4. PV .= "${GO_MINOR}"
  5. FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/go-${GO_BASEVERSION}:"
  6. LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707"
  7. SRC_URI += "\
  8. file://0001-allow-CC-and-CXX-to-have-multiple-words.patch \
  9. file://0002-cmd-go-make-content-based-hash-generation-less-pedan.patch \
  10. file://0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch \
  11. file://0004-ld-add-soname-to-shareable-objects.patch \
  12. file://0005-make.bash-override-CC-when-building-dist-and-go_boot.patch \
  13. file://0006-cmd-dist-separate-host-and-target-builds.patch \
  14. file://0007-cmd-go-make-GOROOT-precious-by-default.patch \
  15. file://0008-use-GOBUILDMODE-to-set-buildmode.patch \
  16. "
  17. SRC_URI_append_libc-musl = " file://0009-ld-replace-glibc-dynamic-linker-with-musl.patch"
  18. SRC_URI[main.md5sum] = "32e71746981695517387a2149eb541ef"
  19. SRC_URI[main.sha256sum] = "5032095fd3f641cafcce164f551e5ae873785ce7b07ca7c143aecd18f7ba4076"