]> code.ossystems Code Review - openembedded-core.git/commitdiff
packagegroup-go-sdk-target: add go-runtime-staticdev
authorMatt Madison <matt@madison.systems>
Sun, 4 Mar 2018 21:09:35 +0000 (13:09 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Mar 2018 14:36:33 +0000 (06:36 -0800)
to allow go programs to be linked either statically or
dynamically when cross-compiling with the SDK.

Signed-off-by: Matt Madison <matt@madison.systems>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb

index 3e190770a799efaf5357440d277f741fe5690fad..7d2ccbda225c56c472d995bb013d31961dbde10f 100644 (file)
@@ -5,4 +5,5 @@ inherit packagegroup goarch
 RDEPENDS_${PN} = " \
     go-runtime \
     go-runtime-dev \
+    go-runtime-staticdev \
 "