]> code.ossystems Code Review - openembedded-core.git/commitdiff
packagegroup-go-sdk-target: Add go to packagegroup
authorKhem Raj <raj.khem@gmail.com>
Tue, 21 Apr 2020 22:55:22 +0000 (15:55 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 26 Apr 2020 12:58:45 +0000 (13:58 +0100)
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>
meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb

index 86c71900ec3e4e5dd06d6428f85087940e664367..9a52b0781cfe5d53b260b0b47241abb1e0efce03 100644 (file)
@@ -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 \