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: yocto-4.0~6851 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=14db3e42faf28b8157a04435ea74e86b5e7d440a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 86c71900ec3..9a52b0781cf 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 \