mirror of
https://git.yoctoproject.org/poky
synced 2026-02-16 05:33:03 +01:00
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>
10 lines
161 B
BlitzBasic
10 lines
161 B
BlitzBasic
SUMMARY = "Target packages for the Go SDK"
|
|
|
|
inherit packagegroup goarch
|
|
|
|
RDEPENDS_${PN} = " \
|
|
go-runtime \
|
|
go-runtime-dev \
|
|
go-runtime-staticdev \
|
|
"
|