From: Matt Madison Date: Sun, 4 Mar 2018 21:09:31 +0000 (-0800) Subject: goarch.bbclass: disable shared runtime for nativesdk builds X-Git-Tag: uninative-1.8~115 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fde7017f9735c0d317023022817b28771df53109;p=openembedded-core.git 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 Signed-off-by: Ross Burton --- diff --git a/meta/classes/goarch.bbclass b/meta/classes/goarch.bbclass index 1021b94d4c..5c8ed33b15 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 #