diff options
| -rw-r--r-- | meta/recipes-devtools/go/go-1.20.12.inc (renamed from meta/recipes-devtools/go/go-1.20.11.inc) | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/go/go-binary-native_1.20.12.bb (renamed from meta/recipes-devtools/go/go-binary-native_1.20.11.bb) | 6 | ||||
| -rw-r--r-- | meta/recipes-devtools/go/go-cross-canadian_1.20.12.bb (renamed from meta/recipes-devtools/go/go-cross-canadian_1.20.11.bb) | 0 | ||||
| -rw-r--r-- | meta/recipes-devtools/go/go-cross_1.20.12.bb (renamed from meta/recipes-devtools/go/go-cross_1.20.11.bb) | 0 | ||||
| -rw-r--r-- | meta/recipes-devtools/go/go-crosssdk_1.20.12.bb (renamed from meta/recipes-devtools/go/go-crosssdk_1.20.11.bb) | 0 | ||||
| -rw-r--r-- | meta/recipes-devtools/go/go-native_1.20.12.bb (renamed from meta/recipes-devtools/go/go-native_1.20.11.bb) | 0 | ||||
| -rw-r--r-- | meta/recipes-devtools/go/go-runtime_1.20.12.bb (renamed from meta/recipes-devtools/go/go-runtime_1.20.11.bb) | 0 | ||||
| -rw-r--r-- | meta/recipes-devtools/go/go_1.20.12.bb (renamed from meta/recipes-devtools/go/go_1.20.11.bb) | 0 |
8 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/go/go-1.20.11.inc b/meta/recipes-devtools/go/go-1.20.12.inc index 2f510b1791..9be56c6707 100644 --- a/meta/recipes-devtools/go/go-1.20.11.inc +++ b/meta/recipes-devtools/go/go-1.20.12.inc | |||
| @@ -15,4 +15,4 @@ SRC_URI += "\ | |||
| 15 | file://0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch \ | 15 | file://0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch \ |
| 16 | file://0009-go-Filter-build-paths-on-staticly-linked-arches.patch \ | 16 | file://0009-go-Filter-build-paths-on-staticly-linked-arches.patch \ |
| 17 | " | 17 | " |
| 18 | SRC_URI[main.sha256sum] = "d355c5ae3a8f7763c9ec9dc25153aae373958cbcb60dd09e91a8b56c7621b2fc" | 18 | SRC_URI[main.sha256sum] = "c5bf934751d31c315c1d0bb5fb02296545fa6d08923566f7a5afec81f2ed27d6" |
diff --git a/meta/recipes-devtools/go/go-binary-native_1.20.11.bb b/meta/recipes-devtools/go/go-binary-native_1.20.12.bb index bf91067971..e555412a19 100644 --- a/meta/recipes-devtools/go/go-binary-native_1.20.11.bb +++ b/meta/recipes-devtools/go/go-binary-native_1.20.12.bb | |||
| @@ -9,9 +9,9 @@ PROVIDES = "go-native" | |||
| 9 | 9 | ||
| 10 | # Checksums available at https://go.dev/dl/ | 10 | # Checksums available at https://go.dev/dl/ |
| 11 | SRC_URI = "https://dl.google.com/go/go${PV}.${BUILD_GOOS}-${BUILD_GOARCH}.tar.gz;name=go_${BUILD_GOTUPLE}" | 11 | SRC_URI = "https://dl.google.com/go/go${PV}.${BUILD_GOOS}-${BUILD_GOARCH}.tar.gz;name=go_${BUILD_GOTUPLE}" |
| 12 | SRC_URI[go_linux_amd64.sha256sum] = "ef79a11aa095a08772d2a69e4f152f897c4e96ee297b0dc20264b7dec2961abe" | 12 | SRC_URI[go_linux_amd64.sha256sum] = "9c5d48c54dd8b0a3b2ef91b0f92a1190aa01f11d26e98033efa64c46a30bba7b" |
| 13 | SRC_URI[go_linux_arm64.sha256sum] = "7908a49c6ce9d48af9b5ba76ccaa0769da45d8b635259a01065b3739acef4ada" | 13 | SRC_URI[go_linux_arm64.sha256sum] = "8afe8e3fb6972eaa2179ef0a71678c67f26509fab4f0f67c4b00f4cdfa92dc87" |
| 14 | SRC_URI[go_linux_ppc64le.sha256sum] = "e04676e1aeafe7c415176f330322d43a4be5ea6deb14aca49905bd1449dc7072" | 14 | SRC_URI[go_linux_ppc64le.sha256sum] = "2ae0ec3736216dfbd7b01ff679842dc1bed365e53a024d522645bcffd01c7328" |
| 15 | 15 | ||
| 16 | UPSTREAM_CHECK_URI = "https://golang.org/dl/" | 16 | UPSTREAM_CHECK_URI = "https://golang.org/dl/" |
| 17 | UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux" | 17 | UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux" |
diff --git a/meta/recipes-devtools/go/go-cross-canadian_1.20.11.bb b/meta/recipes-devtools/go/go-cross-canadian_1.20.12.bb index 7ac9449e47..7ac9449e47 100644 --- a/meta/recipes-devtools/go/go-cross-canadian_1.20.11.bb +++ b/meta/recipes-devtools/go/go-cross-canadian_1.20.12.bb | |||
diff --git a/meta/recipes-devtools/go/go-cross_1.20.11.bb b/meta/recipes-devtools/go/go-cross_1.20.12.bb index 80b5a03f6c..80b5a03f6c 100644 --- a/meta/recipes-devtools/go/go-cross_1.20.11.bb +++ b/meta/recipes-devtools/go/go-cross_1.20.12.bb | |||
diff --git a/meta/recipes-devtools/go/go-crosssdk_1.20.11.bb b/meta/recipes-devtools/go/go-crosssdk_1.20.12.bb index 1857c8a577..1857c8a577 100644 --- a/meta/recipes-devtools/go/go-crosssdk_1.20.11.bb +++ b/meta/recipes-devtools/go/go-crosssdk_1.20.12.bb | |||
diff --git a/meta/recipes-devtools/go/go-native_1.20.11.bb b/meta/recipes-devtools/go/go-native_1.20.12.bb index ddf25b2c9b..ddf25b2c9b 100644 --- a/meta/recipes-devtools/go/go-native_1.20.11.bb +++ b/meta/recipes-devtools/go/go-native_1.20.12.bb | |||
diff --git a/meta/recipes-devtools/go/go-runtime_1.20.11.bb b/meta/recipes-devtools/go/go-runtime_1.20.12.bb index 63464a1501..63464a1501 100644 --- a/meta/recipes-devtools/go/go-runtime_1.20.11.bb +++ b/meta/recipes-devtools/go/go-runtime_1.20.12.bb | |||
diff --git a/meta/recipes-devtools/go/go_1.20.11.bb b/meta/recipes-devtools/go/go_1.20.12.bb index 46f5fbc6be..46f5fbc6be 100644 --- a/meta/recipes-devtools/go/go_1.20.11.bb +++ b/meta/recipes-devtools/go/go_1.20.12.bb | |||
