summaryrefslogtreecommitdiff
path: root/poky/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb')
-rw-r--r--poky/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/poky/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb b/poky/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb
new file mode 100644
index 0000000000..7d2ccbda22
--- /dev/null
+++ b/poky/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb
@@ -0,0 +1,9 @@
+SUMMARY = "Target packages for the Go SDK"
+
+inherit packagegroup goarch
+
+RDEPENDS_${PN} = " \
+ go-runtime \
+ go-runtime-dev \
+ go-runtime-staticdev \
+"