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

git at git.openembedded.org git at git.openembedded.org
Tue Feb 27 23:44:18 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 e2df14b49872318870db5be65058390cba24e3bd
Author: Matt Madison <matt at madison.systems>
AuthorDate: Tue Feb 27 04:36:33 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: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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