diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-05-23 09:17:13 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-25 12:36:00 +0100 |
commit | c3bdaa70e64b831bb3a1adb5464d347692600e8f (patch) | |
tree | fca541bfa538c0b29c33ca8ac8fb596a9e5551f7 /meta/recipes-devtools/go/go-cross_1.20.4.bb | |
parent | 57761516e6cd2a4d0c7038c17cc493f9da43f667 (diff) | |
download | poky-c3bdaa70e64b831bb3a1adb5464d347692600e8f.tar.gz |
go: Upgrade 1.20.1 -> 1.20.4
- Remove already upstreamed patches
- Brings a list of changes [1] [2] [3]
[1] https://github.com/golang/go/issues?q=milestone%3AGo1.20.2+label%3ACherryPickApproved
[2] https://github.com/golang/go/issues?q=milestone%3AGo1.20.3+label%3ACherryPickApproved
[3] https://github.com/golang/go/issues?q=milestone%3AGo1.20.4+label%3ACherryPickApproved
(From OE-Core rev: e043bfb42156c59c93c6a4816528a63cfdaccc3e)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/go/go-cross_1.20.4.bb')
-rw-r--r-- | meta/recipes-devtools/go/go-cross_1.20.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/go/go-cross_1.20.4.bb b/meta/recipes-devtools/go/go-cross_1.20.4.bb new file mode 100644 index 0000000000..80b5a03f6c --- /dev/null +++ b/meta/recipes-devtools/go/go-cross_1.20.4.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | require go-cross.inc | ||
2 | require go-${PV}.inc | ||