[oe-commits] [openembedded-core] 12/24: packagegroup-go-sdk-target: add go-runtime-staticdev

git at git.openembedded.org git at git.openembedded.org
Tue Mar 6 14:40:55 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit d2201447692940a5b21977fc28e6b944e3a53d3c
Author: Matt Madison <matt at madison.systems>
AuthorDate: Sun Mar 4 13:09:35 2018 -0800

    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 <matt at madison.systems>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb b/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb
index 3e19077..7d2ccbd 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 \
 "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list