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>
This commit is contained in:
Matt Madison
2018-03-04 13:09:35 -08:00
committed by Richard Purdie
parent 8701fe54a8
commit 98fb2735cc

View File

@@ -5,4 +5,5 @@ inherit packagegroup goarch
RDEPENDS_${PN} = " \
go-runtime \
go-runtime-dev \
go-runtime-staticdev \
"