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

inherit packagegroup goarch

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