summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups
diff options
context:
space:
mode:
authorMatt Madison <matt@madison.systems>2018-03-04 13:09:35 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-06 06:43:10 -0800
commit98fb2735cc48e4dae707d0f6895a890a859db9e0 (patch)
tree9442da5da08fd8f35638d038647c7c3d484ba7ad /meta/recipes-core/packagegroups
parent8701fe54a801705a99136f3a5d2afb5e47d37a29 (diff)
downloadpoky-98fb2735cc48e4dae707d0f6895a890a859db9e0.tar.gz
packagegroup-go-sdk-target: add go-runtime-staticdev
to allow go programs to be linked either statically or dynamically when cross-compiling with the SDK. (From OE-Core rev: d2201447692940a5b21977fc28e6b944e3a53d3c) Signed-off-by: Matt Madison <matt@madison.systems> Signed-off-by: Ross Burton <ross.burton@intel.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 3e190770a7..7d2ccbda22 100644
--- a/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb
@@ -5,4 +5,5 @@ inherit packagegroup goarch
5RDEPENDS_${PN} = " \ 5RDEPENDS_${PN} = " \
6 go-runtime \ 6 go-runtime \
7 go-runtime-dev \ 7 go-runtime-dev \
8 go-runtime-staticdev \
8" 9"