mirror of
https://git.yoctoproject.org/poky
synced 2026-03-25 19:02:23 +01:00
Upgrade to latest 1.22.x release [1]: $ git --no-pager log --oneline go1.22.7..go1.22.8 aeccd613c8 (tag: go1.22.8) [release-branch.go1.22] go1.22.8 b4086b7c16 [release-branch.go1.22] syscall: skip TestAmbientCapsUserns when restricted, document 6fab4b9a9e [release-branch.go1.22] runtime: size maps.Clone destination bucket array safely 71655f14ce [release-branch.go1.22] cmd/cgo: correct padding required by alignment [1] https://github.com/golang/go/compare/go1.22.7...go1.22.8 (From OE-Core rev: 552b9913b25107d7a34611b499b7811896b5f098) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
900 B
PHP
19 lines
900 B
PHP
require go-common.inc
|
|
|
|
FILESEXTRAPATHS:prepend := "${FILE_DIRNAME}/go:"
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707"
|
|
|
|
SRC_URI += "\
|
|
file://0001-cmd-go-make-content-based-hash-generation-less-pedan.patch \
|
|
file://0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch \
|
|
file://0003-ld-add-soname-to-shareable-objects.patch \
|
|
file://0004-make.bash-override-CC-when-building-dist-and-go_boot.patch \
|
|
file://0005-cmd-dist-separate-host-and-target-builds.patch \
|
|
file://0006-cmd-go-make-GOROOT-precious-by-default.patch \
|
|
file://0007-exec.go-filter-out-build-specific-paths-from-linker-.patch \
|
|
file://0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch \
|
|
file://0009-go-Filter-build-paths-on-staticly-linked-arches.patch \
|
|
"
|
|
SRC_URI[main.sha256sum] = "df12c23ebf19dea0f4bf46a22cbeda4a3eca6f474f318390ce774974278440b8"
|