summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-02-10 07:42:12 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-15 10:21:34 +0000
commit19b53dc47f2b8aaf8ef171213876db2095eb6211 (patch)
tree5406c6622af0d8cbcd703a0aaf585d4e6b3dd6e6 /meta/recipes-core/packagegroups
parent4322056708873dd32bdad062079fecddaf538d9d (diff)
downloadpoky-19b53dc47f2b8aaf8ef171213876db2095eb6211.tar.gz
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>
Diffstat (limited to 'meta/recipes-core/packagegroups')
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb b/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb
index 61629d273c..c03918acc8 100644
--- a/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb
@@ -6,7 +6,6 @@ RDEPENDS:${PN} = " \
6 go \ 6 go \
7 go-runtime \ 7 go-runtime \
8 go-runtime-dev \ 8 go-runtime-dev \
9 go-runtime-staticdev \
10" 9"
11 10
12COMPATIBLE_HOST = "^(?!riscv32).*" 11COMPATIBLE_HOST = "^(?!riscv32).*"