summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorMatt Madison <matt@madison.systems>2017-09-13 14:54:02 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-14 11:35:45 +0100
commitb75fef21d10c1460b863aea984667f7ba22bb99e (patch)
tree3f210fed5f4021b13f3b175ef0abb07af1ec701c /meta/recipes-devtools
parent84ee53fe93f596eb1fc36e42530c52c655f6ab16 (diff)
downloadpoky-b75fef21d10c1460b863aea984667f7ba22bb99e.tar.gz
go-runtime: extend to nativesdk builds
Missed this when addding SDK support. (From OE-Core rev: ee80c21d12d12dc262d4b02aaaef3b57253b25df) Signed-off-by: Matt Madison <matt@madison.systems> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/go/go-runtime.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/go/go-runtime.inc b/meta/recipes-devtools/go/go-runtime.inc
index e3eddda837..3775e86b06 100644
--- a/meta/recipes-devtools/go/go-runtime.inc
+++ b/meta/recipes-devtools/go/go-runtime.inc
@@ -1,4 +1,5 @@
1DEPENDS = "virtual/${TARGET_PREFIX}go go-native" 1DEPENDS = "virtual/${TARGET_PREFIX}go go-native"
2DEPENDS_class-nativesdk = "virtual/${TARGET_PREFIX}go-crosssdk"
2PROVIDES = "virtual/${TARGET_PREFIX}go-runtime" 3PROVIDES = "virtual/${TARGET_PREFIX}go-runtime"
3 4
4export GOHOSTOS = "${BUILD_GOOS}" 5export GOHOSTOS = "${BUILD_GOOS}"
@@ -56,3 +57,5 @@ INSANE_SKIP_${PN}-dev = "staticdev ldflags file-rdeps arch"
56 57
57INHIBIT_PACKAGE_STRIP = "1" 58INHIBIT_PACKAGE_STRIP = "1"
58INHIBIT_PACKAGE_DEBUG_SPLIT = "1" 59INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
60
61BBCLASSEXTEND = "nativesdk"