All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Khem Raj" <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Khem Raj <raj.khem@gmail.com>
Subject: [PATCH 3/4] go: Update to 1.16.2
Date: Thu, 11 Mar 2021 22:21:06 -0800	[thread overview]
Message-ID: <20210312062107.1549935-3-raj.khem@gmail.com> (raw)
In-Reply-To: <20210312062107.1549935-1-raj.khem@gmail.com>

This is bugfix release in 1.16 series [1]

[1] https://golang.org/doc/devel/release.html#go1.16.minor

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-devtools/go/{go-1.16.inc => go-1.16.2.inc}       | 4 ++--
 .../{go-binary-native_1.16.bb => go-binary-native_1.16.2.bb}  | 4 ++--
 ...{go-cross-canadian_1.16.bb => go-cross-canadian_1.16.2.bb} | 0
 .../go/{go-cross_1.16.bb => go-cross_1.16.2.bb}               | 0
 .../go/{go-crosssdk_1.16.bb => go-crosssdk_1.16.2.bb}         | 0
 .../go/{go-native_1.16.bb => go-native_1.16.2.bb}             | 0
 .../go/{go-runtime_1.16.bb => go-runtime_1.16.2.bb}           | 0
 meta/recipes-devtools/go/{go_1.16.bb => go_1.16.2.bb}         | 0
 8 files changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-devtools/go/{go-1.16.inc => go-1.16.2.inc} (88%)
 rename meta/recipes-devtools/go/{go-binary-native_1.16.bb => go-binary-native_1.16.2.bb} (83%)
 rename meta/recipes-devtools/go/{go-cross-canadian_1.16.bb => go-cross-canadian_1.16.2.bb} (100%)
 rename meta/recipes-devtools/go/{go-cross_1.16.bb => go-cross_1.16.2.bb} (100%)
 rename meta/recipes-devtools/go/{go-crosssdk_1.16.bb => go-crosssdk_1.16.2.bb} (100%)
 rename meta/recipes-devtools/go/{go-native_1.16.bb => go-native_1.16.2.bb} (100%)
 rename meta/recipes-devtools/go/{go-runtime_1.16.bb => go-runtime_1.16.2.bb} (100%)
 rename meta/recipes-devtools/go/{go_1.16.bb => go_1.16.2.bb} (100%)

diff --git a/meta/recipes-devtools/go/go-1.16.inc b/meta/recipes-devtools/go/go-1.16.2.inc
similarity index 88%
rename from meta/recipes-devtools/go/go-1.16.inc
rename to meta/recipes-devtools/go/go-1.16.2.inc
index 1ebbbef833..e65caf8197 100644
--- a/meta/recipes-devtools/go/go-1.16.inc
+++ b/meta/recipes-devtools/go/go-1.16.2.inc
@@ -1,7 +1,7 @@
 require go-common.inc
 
 GO_BASEVERSION = "1.16"
-PV = "1.16"
+PV = "1.16.2"
 FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/go-${GO_BASEVERSION}:"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707"
@@ -17,4 +17,4 @@ SRC_URI += "\
     file://0008-use-GOBUILDMODE-to-set-buildmode.patch \
     file://0009-Revert-cmd-go-make-sure-CC-and-CXX-are-absolute.patch \
 "
-SRC_URI[main.sha256sum] = "7688063d55656105898f323d90a79a39c378d86fe89ae192eb3b7fc46347c95a"
+SRC_URI[main.sha256sum] = "37ca14287a23cb8ba2ac3f5c3dd8adbc1f7a54b9701a57824bf19a0b271f83ea"
diff --git a/meta/recipes-devtools/go/go-binary-native_1.16.bb b/meta/recipes-devtools/go/go-binary-native_1.16.2.bb
similarity index 83%
rename from meta/recipes-devtools/go/go-binary-native_1.16.bb
rename to meta/recipes-devtools/go/go-binary-native_1.16.2.bb
index 155a475c95..4fb060173c 100644
--- a/meta/recipes-devtools/go/go-binary-native_1.16.bb
+++ b/meta/recipes-devtools/go/go-binary-native_1.16.2.bb
@@ -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] = "013a489ebb3e24ef3d915abe5b94c3286c070dfe0818d5bca8108f1d6e8440d2"
-SRC_URI[go_linux_arm64.sha256sum] = "3770f7eb22d05e25fbee8fb53c2a4e897da043eb83c69b9a14f8d98562cd8098"
+SRC_URI[go_linux_amd64.sha256sum] = "542e936b19542e62679766194364f45141fde55169db2d8d01046555ca9eb4b8"
+SRC_URI[go_linux_arm64.sha256sum] = "6924601d998a0917694fd14261347e3798bd2ad6b13c4d7f2edd70c9d57f62ab"
 
 UPSTREAM_CHECK_URI = "https://golang.org/dl/"
 UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux"
diff --git a/meta/recipes-devtools/go/go-cross-canadian_1.16.bb b/meta/recipes-devtools/go/go-cross-canadian_1.16.2.bb
similarity index 100%
rename from meta/recipes-devtools/go/go-cross-canadian_1.16.bb
rename to meta/recipes-devtools/go/go-cross-canadian_1.16.2.bb
diff --git a/meta/recipes-devtools/go/go-cross_1.16.bb b/meta/recipes-devtools/go/go-cross_1.16.2.bb
similarity index 100%
rename from meta/recipes-devtools/go/go-cross_1.16.bb
rename to meta/recipes-devtools/go/go-cross_1.16.2.bb
diff --git a/meta/recipes-devtools/go/go-crosssdk_1.16.bb b/meta/recipes-devtools/go/go-crosssdk_1.16.2.bb
similarity index 100%
rename from meta/recipes-devtools/go/go-crosssdk_1.16.bb
rename to meta/recipes-devtools/go/go-crosssdk_1.16.2.bb
diff --git a/meta/recipes-devtools/go/go-native_1.16.bb b/meta/recipes-devtools/go/go-native_1.16.2.bb
similarity index 100%
rename from meta/recipes-devtools/go/go-native_1.16.bb
rename to meta/recipes-devtools/go/go-native_1.16.2.bb
diff --git a/meta/recipes-devtools/go/go-runtime_1.16.bb b/meta/recipes-devtools/go/go-runtime_1.16.2.bb
similarity index 100%
rename from meta/recipes-devtools/go/go-runtime_1.16.bb
rename to meta/recipes-devtools/go/go-runtime_1.16.2.bb
diff --git a/meta/recipes-devtools/go/go_1.16.bb b/meta/recipes-devtools/go/go_1.16.2.bb
similarity index 100%
rename from meta/recipes-devtools/go/go_1.16.bb
rename to meta/recipes-devtools/go/go_1.16.2.bb
-- 
2.30.2


  parent reply	other threads:[~2021-03-12  6:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-12  6:21 [PATCH 1/4] libucontext: Recognize ppc64le architecture Khem Raj
2021-03-12  6:21 ` [PATCH 2/4] libunwind: Do not assume libdir for ppc64 Khem Raj
2021-03-12  6:21 ` Khem Raj [this message]
2021-03-12  6:21 ` [PATCH 4/4] go-dep: Remove Khem Raj
2021-03-14 16:31   ` [OE-core] " Richard Purdie
2021-03-14 16:55     ` Khem Raj
2021-03-14 16:58     ` Khem Raj
2021-03-14 22:13       ` Richard Purdie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210312062107.1549935-3-raj.khem@gmail.com \
    --to=raj.khem@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.