diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2018-01-18 11:24:41 -0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-22 10:39:09 +0000 |
commit | 5840ae6d136fa226de1f9cbc5d9f6f2ea22cecc7 (patch) | |
tree | 82c649de03c41a31adb9ac46804eccc232098553 /meta | |
parent | 289020cc23e30dbf0a81110b6679d2a1d4d0afd5 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-devtools/go/go-dep_0.3.2.bb | 2 |
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 | |||
17 | GO_INSTALL = "${GO_IMPORT}/cmd/dep" | 17 | GO_INSTALL = "${GO_IMPORT}/cmd/dep" |
18 | 18 | ||
19 | RDEPENDS_${PN}-dev += "bash" | 19 | RDEPENDS_${PN}-dev += "bash" |
20 | |||
21 | BBCLASSEXTEND = "native nativesdk" | ||