]> code.ossystems Code Review - openembedded-core.git/commitdiff
go: upgrade 1.16.5 -> 1.16.7
authorSakib Sajal <sakib.sajal@windriver.com>
Fri, 20 Aug 2021 15:39:47 +0000 (11:39 -0400)
committerAnuj Mittal <anuj.mittal@intel.com>
Mon, 23 Aug 2021 01:34:04 +0000 (09:34 +0800)
Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/recipes-devtools/go/go-1.16.7.inc [moved from meta/recipes-devtools/go/go-1.16.5.inc with 89% similarity]
meta/recipes-devtools/go/go-binary-native_1.16.7.bb [moved from meta/recipes-devtools/go/go-binary-native_1.16.5.bb with 83% similarity]
meta/recipes-devtools/go/go-cross-canadian_1.16.7.bb [moved from meta/recipes-devtools/go/go-cross-canadian_1.16.5.bb with 100% similarity]
meta/recipes-devtools/go/go-cross_1.16.7.bb [moved from meta/recipes-devtools/go/go-cross_1.16.5.bb with 100% similarity]
meta/recipes-devtools/go/go-crosssdk_1.16.7.bb [moved from meta/recipes-devtools/go/go-crosssdk_1.16.5.bb with 100% similarity]
meta/recipes-devtools/go/go-native_1.16.7.bb [moved from meta/recipes-devtools/go/go-native_1.16.5.bb with 100% similarity]
meta/recipes-devtools/go/go-runtime_1.16.7.bb [moved from meta/recipes-devtools/go/go-runtime_1.16.5.bb with 100% similarity]
meta/recipes-devtools/go/go_1.16.7.bb [moved from meta/recipes-devtools/go/go_1.16.5.bb with 100% similarity]

similarity index 89%
rename from meta/recipes-devtools/go/go-1.16.5.inc
rename to meta/recipes-devtools/go/go-1.16.7.inc
index b6933159174a4c7d2efc14ed708823be1509d903..ed2d94671b7bf84016b5a54f27291ff6eb035c05 100644 (file)
@@ -1,7 +1,7 @@
 require go-common.inc
 
 GO_BASEVERSION = "1.16"
-PV = "1.16.5"
+PV = "1.16.7"
 FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/go-${GO_BASEVERSION}:"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707"
@@ -18,4 +18,4 @@ SRC_URI += "\
     file://0009-Revert-cmd-go-make-sure-CC-and-CXX-are-absolute.patch \
     file://0001-encoding-xml-handle-leading-trailing-or-double-colon.patch \
 "
-SRC_URI[main.sha256sum] = "7bfa7e5908c7cc9e75da5ddf3066d7cbcf3fd9fa51945851325eebc17f50ba80"
+SRC_URI[main.sha256sum] = "1a9f2894d3d878729f7045072f30becebe243524cf2fce4e0a7b248b1e0654ac"
similarity index 83%
rename from meta/recipes-devtools/go/go-binary-native_1.16.5.bb
rename to meta/recipes-devtools/go/go-binary-native_1.16.7.bb
index b3e2b6a60ee9c6c513ebe1a99975586cfea129c0..cb54c2868eaa320da0698e18662c4d922f3383e4 100644 (file)
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707"
 PROVIDES = "go-native"
 
 SRC_URI = "https://dl.google.com/go/go${PV}.${BUILD_GOOS}-${BUILD_GOARCH}.tar.gz;name=go_${BUILD_GOTUPLE}"
-SRC_URI[go_linux_amd64.sha256sum] = "b12c23023b68de22f74c0524f10b753e7b08b1504cb7e417eccebdd3fae49061"
-SRC_URI[go_linux_arm64.sha256sum] = "d5446b46ef6f36fdffa852f73dfbbe78c1ddf010b99fa4964944b9ae8b4d6799"
+SRC_URI[go_linux_amd64.sha256sum] = "7fe7a73f55ba3e2285da36f8b085e5c0159e9564ef5f63ee0ed6b818ade8ef04"
+SRC_URI[go_linux_arm64.sha256sum] = "63d6b53ecbd2b05c1f0e9903c92042663f2f68afdbb67f4d0d12700156869bac"
 
 UPSTREAM_CHECK_URI = "https://golang.org/dl/"
 UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux"