diff options
-rw-r--r-- | meta/recipes-devtools/go/go-1.24.3.inc (renamed from meta/recipes-devtools/go/go-1.24.2.inc) | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-binary-native_1.24.3.bb (renamed from meta/recipes-devtools/go/go-binary-native_1.24.2.bb) | 6 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-cross-canadian_1.24.3.bb (renamed from meta/recipes-devtools/go/go-cross-canadian_1.24.2.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-cross_1.24.3.bb (renamed from meta/recipes-devtools/go/go-cross_1.24.2.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-crosssdk_1.24.3.bb (renamed from meta/recipes-devtools/go/go-crosssdk_1.24.2.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-runtime_1.24.3.bb (renamed from meta/recipes-devtools/go/go-runtime_1.24.2.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go_1.24.3.bb (renamed from meta/recipes-devtools/go/go_1.24.2.bb) | 0 |
7 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/go/go-1.24.2.inc b/meta/recipes-devtools/go/go-1.24.3.inc index cb4ae9ef80..78e26146b5 100644 --- a/meta/recipes-devtools/go/go-1.24.2.inc +++ b/meta/recipes-devtools/go/go-1.24.3.inc | |||
@@ -17,4 +17,4 @@ SRC_URI += "\ | |||
17 | file://0010-cmd-go-clear-GOROOT-for-func-ldShared-when-trimpath-.patch \ | 17 | file://0010-cmd-go-clear-GOROOT-for-func-ldShared-when-trimpath-.patch \ |
18 | file://6d265b008e3d106b2706645e5a88cd8e2fb98953.patch \ | 18 | file://6d265b008e3d106b2706645e5a88cd8e2fb98953.patch \ |
19 | " | 19 | " |
20 | SRC_URI[main.sha256sum] = "9dc77ffadc16d837a1bf32d99c624cb4df0647cee7b119edd9e7b1bcc05f2e00" | 20 | SRC_URI[main.sha256sum] = "229c08b600b1446798109fae1f569228102c8473caba8104b6418cb5bc032878" |
diff --git a/meta/recipes-devtools/go/go-binary-native_1.24.2.bb b/meta/recipes-devtools/go/go-binary-native_1.24.3.bb index 65ef93e2e0..af56dc9111 100644 --- a/meta/recipes-devtools/go/go-binary-native_1.24.2.bb +++ b/meta/recipes-devtools/go/go-binary-native_1.24.3.bb | |||
@@ -9,10 +9,10 @@ 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] = "3333f6ea53afa971e9078895eaa4ac7204a8c6b5c68c10e6bc9a33e8e391bdd8" | ||
13 | SRC_URI[go_linux_arm64.sha256sum] = "a463cb59382bd7ae7d8f4c68846e73c4d589f223c589ac76871b66811ded7836" | ||
14 | SRC_URI[go_linux_ppc64le.sha256sum] = "341a749d168f47b1d4dad25e32cae70849b7ceed7c290823b853c9e6b0df0856" | ||
12 | 15 | ||
13 | SRC_URI[go_linux_amd64.sha256sum] = "68097bd680839cbc9d464a0edce4f7c333975e27a90246890e9f1078c7e702ad" | ||
14 | SRC_URI[go_linux_arm64.sha256sum] = "756274ea4b68fa5535eb9fe2559889287d725a8da63c6aae4d5f23778c229f4b" | ||
15 | SRC_URI[go_linux_ppc64le.sha256sum] = "5fff857791d541c71d8ea0171c73f6f99770d15ff7e2ad979104856d01f36563" | ||
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" |
18 | 18 | ||
diff --git a/meta/recipes-devtools/go/go-cross-canadian_1.24.2.bb b/meta/recipes-devtools/go/go-cross-canadian_1.24.3.bb index 7ac9449e47..7ac9449e47 100644 --- a/meta/recipes-devtools/go/go-cross-canadian_1.24.2.bb +++ b/meta/recipes-devtools/go/go-cross-canadian_1.24.3.bb | |||
diff --git a/meta/recipes-devtools/go/go-cross_1.24.2.bb b/meta/recipes-devtools/go/go-cross_1.24.3.bb index 80b5a03f6c..80b5a03f6c 100644 --- a/meta/recipes-devtools/go/go-cross_1.24.2.bb +++ b/meta/recipes-devtools/go/go-cross_1.24.3.bb | |||
diff --git a/meta/recipes-devtools/go/go-crosssdk_1.24.2.bb b/meta/recipes-devtools/go/go-crosssdk_1.24.3.bb index 1857c8a577..1857c8a577 100644 --- a/meta/recipes-devtools/go/go-crosssdk_1.24.2.bb +++ b/meta/recipes-devtools/go/go-crosssdk_1.24.3.bb | |||
diff --git a/meta/recipes-devtools/go/go-runtime_1.24.2.bb b/meta/recipes-devtools/go/go-runtime_1.24.3.bb index 63464a1501..63464a1501 100644 --- a/meta/recipes-devtools/go/go-runtime_1.24.2.bb +++ b/meta/recipes-devtools/go/go-runtime_1.24.3.bb | |||
diff --git a/meta/recipes-devtools/go/go_1.24.2.bb b/meta/recipes-devtools/go/go_1.24.3.bb index 46f5fbc6be..46f5fbc6be 100644 --- a/meta/recipes-devtools/go/go_1.24.2.bb +++ b/meta/recipes-devtools/go/go_1.24.3.bb | |||