aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb
blob: 5afb490aaceea1f95122e3725a339fbcb9eadf7a (plain)
1
2
3
4
5
6
7
8
9
10
11
SUMMARY = "Target packages for the Go SDK"

inherit packagegroup goarch

RDEPENDS_${PN} = " \
    go-runtime \
    go-runtime-dev \
    go-runtime-staticdev \
"

COMPATIBLE_HOST = "^(?!riscv64).*"