summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups
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-04-26 14:00:50 +0100
commit5e3c05701e52b1cc9b32204e76c7afb08ce661a9 (patch)
tree5a71bfdd954323ae34e6369e9da653b49d963ec2 /meta/recipes-core/packagegroups
parent7dbcc71712ed54f5c3a7898eabfa467cbca19a1a (diff)
downloadpoky-5e3c05701e52b1cc9b32204e76c7afb08ce661a9.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: 14db3e42faf28b8157a04435ea74e86b5e7d440a) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/packagegroups')
-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 \