blob: 5afb490aaceea1f95122e3725a339fbcb9eadf7a [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"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080010
11COMPATIBLE_HOST = "^(?!riscv64).*"