From d2201447692940a5b21977fc28e6b944e3a53d3c Mon Sep 17 00:00:00 2001 From: Matt Madison Date: Sun, 4 Mar 2018 13:09:35 -0800 Subject: 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 --- meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core/packagegroups') 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 \ " -- cgit 1.2.3-korg