From: Khem Raj Date: Tue, 21 Apr 2020 22:55:22 +0000 (-0700) Subject: packagegroup-go-sdk-target: Add go to packagegroup X-Git-Tag: uninative-2.9~1010 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=14db3e42faf28b8157a04435ea74e86b5e7d440a;p=openembedded-core.git packagegroup-go-sdk-target: Add go to packagegroup This ensures that we have go compiler installed into image along with runtime Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb b/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb index 86c71900ec..9a52b0781c 100644 --- a/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb +++ b/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb @@ -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 \