[oe-commits] [openembedded-core] 08/24: goarch.bbclass: disable shared runtime for nativesdk builds

git at git.openembedded.org git at git.openembedded.org
Tue Mar 6 14:40:51 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 fde7017f9735c0d317023022817b28771df53109
Author: Matt Madison <matt at madison.systems>
AuthorDate: Sun Mar 4 13:09:31 2018 -0800

    goarch.bbclass: disable shared runtime for nativesdk builds
    
    While useful on embedded devices for saving disk space, use
    of shared runtime in Go is not the usual practice, so disable
    it for nativesdk builds.  We don't use it for native builds,
    either, so this makes the SDK match the native environment
    more closely.
    
    Signed-off-by: Matt Madison <matt at madison.systems>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/goarch.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/goarch.bbclass b/meta/classes/goarch.bbclass
index 1021b94..5c8ed33 100644
--- a/meta/classes/goarch.bbclass
+++ b/meta/classes/goarch.bbclass
@@ -24,6 +24,7 @@ GO_DYNLINK_x86 = "1"
 GO_DYNLINK_x86-64 = "1"
 GO_DYNLINK_powerpc64 = "1"
 GO_DYNLINK_class-native = ""
+GO_DYNLINK_class-nativesdk = ""
 
 # define here because everybody inherits this class
 #

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


More information about the Openembedded-commits mailing list