packagegroup-go-sdk-target: Add go to packagegroup

This ensures that we have go compiler installed into image along with
runtime

(From OE-Core rev: 14db3e42faf28b8157a04435ea74e86b5e7d440a)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj 2020-04-21 15:55:22 -07:00 committed by Richard Purdie
parent 7dbcc71712
commit 5e3c05701e

View File

@ -3,6 +3,7 @@ SUMMARY = "Target packages for the Go SDK"
inherit packagegroup goarch
RDEPENDS_${PN} = " \
go \
go-runtime \
go-runtime-dev \
go-runtime-staticdev \