1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

go: update 1.19.4 -> 1.20

No longer package go-runtime-staticdev into sdk packagegroup,
as go-runtime 1.20 doesn't build the static bits anymore
(possibly can be enabled via build config, if proven necessary).

(From OE-Core rev: e8ab9d303a6fca3806097f1fd360efe8f8ae0c1d)

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2023-02-10 07:42:12 +01:00
committed by Richard Purdie
parent 4322056708
commit 19b53dc47f
20 changed files with 160 additions and 130 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ GDBVERSION ?= "12.%"
GLIBCVERSION ?= "2.37"
LINUXLIBCVERSION ?= "6.1%"
QEMUVERSION ?= "7.2%"
GOVERSION ?= "1.19%"
GOVERSION ?= "1.20%"
LLVMVERSION ?= "15.%"
RUSTVERSION ?= "1.67%"