From: Matt Madison Date: Sun, 4 Mar 2018 21:09:35 +0000 (-0800) Subject: packagegroup-go-sdk-target: add go-runtime-staticdev X-Git-Tag: uninative-1.8~111 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d2201447692940a5b21977fc28e6b944e3a53d3c;p=openembedded-core.git 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. Signed-off-by: Matt Madison Signed-off-by: Ross Burton --- 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 RDEPENDS_${PN} = " \ go-runtime \ go-runtime-dev \ + go-runtime-staticdev \ "