summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb
blob: 86c71900ec3e4e5dd06d6428f85087940e664367 (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 = "^(?!riscv32).*"