mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 15:32:13 +02:00
This ensures that we have go compiler installed into image along with runtime (From OE-Core rev: 14db3e42faf28b8157a04435ea74e86b5e7d440a) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
206 B
BlitzBasic
13 lines
206 B
BlitzBasic
SUMMARY = "Target packages for the Go SDK"
|
|
|
|
inherit packagegroup goarch
|
|
|
|
RDEPENDS_${PN} = " \
|
|
go \
|
|
go-runtime \
|
|
go-runtime-dev \
|
|
go-runtime-staticdev \
|
|
"
|
|
|
|
COMPATIBLE_HOST = "^(?!riscv32).*"
|