summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/go
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2018-01-18 11:24:41 -0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-22 10:39:09 +0000
commit5840ae6d136fa226de1f9cbc5d9f6f2ea22cecc7 (patch)
tree82c649de03c41a31adb9ac46804eccc232098553 /meta/recipes-devtools/go
parent289020cc23e30dbf0a81110b6679d2a1d4d0afd5 (diff)
downloadpoky-5840ae6d136fa226de1f9cbc5d9f6f2ea22cecc7.tar.gz
go-dep: Add native and nativesdk variants
The go-dep must be used as native (and consequently as nativesdk) during the build process. This adds the two variants as supported by the recipe. (From OE-Core rev: 2d3084efdcba282388048981ee3a68672241e4df) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/go')
-rw-r--r--meta/recipes-devtools/go/go-dep_0.3.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/go/go-dep_0.3.2.bb b/meta/recipes-devtools/go/go-dep_0.3.2.bb
index 627324a1df..cdf6da1593 100644
--- a/meta/recipes-devtools/go/go-dep_0.3.2.bb
+++ b/meta/recipes-devtools/go/go-dep_0.3.2.bb
@@ -17,3 +17,5 @@ inherit go
17GO_INSTALL = "${GO_IMPORT}/cmd/dep" 17GO_INSTALL = "${GO_IMPORT}/cmd/dep"
18 18
19RDEPENDS_${PN}-dev += "bash" 19RDEPENDS_${PN}-dev += "bash"
20
21BBCLASSEXTEND = "native nativesdk"