diff options
| -rw-r--r-- | meta/recipes-devtools/go/go-runtime.inc | 3 |
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 @@ | |||
| 1 | DEPENDS = "virtual/${TARGET_PREFIX}go go-native" | 1 | DEPENDS = "virtual/${TARGET_PREFIX}go go-native" |
| 2 | DEPENDS_class-nativesdk = "virtual/${TARGET_PREFIX}go-crosssdk" | ||
| 2 | PROVIDES = "virtual/${TARGET_PREFIX}go-runtime" | 3 | PROVIDES = "virtual/${TARGET_PREFIX}go-runtime" |
| 3 | 4 | ||
| 4 | export GOHOSTOS = "${BUILD_GOOS}" | 5 | export GOHOSTOS = "${BUILD_GOOS}" |
| @@ -56,3 +57,5 @@ INSANE_SKIP_${PN}-dev = "staticdev ldflags file-rdeps arch" | |||
| 56 | 57 | ||
| 57 | INHIBIT_PACKAGE_STRIP = "1" | 58 | INHIBIT_PACKAGE_STRIP = "1" |
| 58 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 59 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
| 60 | |||
| 61 | BBCLASSEXTEND = "nativesdk" | ||
