summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-04-21 15:55:22 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-07 13:03:30 +0100
commit9960536181b66210d536e16898cc194948dd8da4 (patch)
tree611f13aca4758948e62ccbb64ba4ce30a572a09b /meta/recipes-core
parent97b2996489be67e7e932e56caa8a442bb2e85ca6 (diff)
downloadpoky-9960536181b66210d536e16898cc194948dd8da4.tar.gz
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: a2371216d693d93c68f6e8aed5c41fd726c423b0) 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> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-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"
3inherit packagegroup goarch 3inherit packagegroup goarch
4 4
5RDEPENDS_${PN} = " \ 5RDEPENDS_${PN} = " \
6 go \
6 go-runtime \ 7 go-runtime \
7 go-runtime-dev \ 8 go-runtime-dev \
8 go-runtime-staticdev \ 9 go-runtime-staticdev \