diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-04-21 15:55:22 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-04-26 14:00:50 +0100 |
commit | 5e3c05701e52b1cc9b32204e76c7afb08ce661a9 (patch) | |
tree | 5a71bfdd954323ae34e6369e9da653b49d963ec2 /meta/recipes-core/packagegroups | |
parent | 7dbcc71712ed54f5c3a7898eabfa467cbca19a1a (diff) | |
download | poky-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.bb | 1 |
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" | |||
3 | inherit packagegroup goarch | 3 | inherit packagegroup goarch |
4 | 4 | ||
5 | RDEPENDS_${PN} = " \ | 5 | RDEPENDS_${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 \ |