blob: 7d2ccbda225c56c472d995bb013d31961dbde10f [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "Target packages for the Go SDK"
2
3inherit packagegroup goarch
4
5RDEPENDS_${PN} = " \
6 go-runtime \
7 go-runtime-dev \
Brad Bishop316dfdd2018-06-25 12:45:53 -04008 go-runtime-staticdev \
Brad Bishopd7bf8c12018-02-25 22:55:05 -05009"