summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-04-21 15:55:22 -0700
committerSteve Sakoman <steve@sakoman.com>2020-05-01 10:12:13 -1000
commita2371216d693d93c68f6e8aed5c41fd726c423b0 (patch)
tree36000ba6c7af30ee1bded791617af47a462978e7
parent1ace1655f8ae08c07c8875be53b641e7c2564ded (diff)
downloadopenembedded-core-contrib-a2371216d693d93c68f6e8aed5c41fd726c423b0.tar.gz
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 <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb1
1 files changed, 1 insertions, 0 deletions
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 \