summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb
blob: c03918acc8dca97c5071260814dd47200f259ba7 (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 \
    go-runtime \
    go-runtime-dev \
"

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