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: yocto-4.0~14086 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d2201447692940a5b21977fc28e6b944e3a53d3c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 3e190770a79..7d2ccbda225 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 \ "