mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
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:
committed by
Richard Purdie
parent
8701fe54a8
commit
98fb2735cc
@@ -5,4 +5,5 @@ inherit packagegroup goarch
|
||||
RDEPENDS_${PN} = " \
|
||||
go-runtime \
|
||||
go-runtime-dev \
|
||||
go-runtime-staticdev \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user