[oe-commits] [openembedded-core] 08/17: go-dep: Add native and nativesdk variants

git at git.openembedded.org git at git.openembedded.org
Sun Jan 21 09:55:44 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 2d3084efdcba282388048981ee3a68672241e4df
Author: Otavio Salvador <otavio at ossystems.com.br>
AuthorDate: Thu Jan 18 11:24:41 2018 -0200

    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.
    
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/go/go-dep_0.3.2.bb | 2 ++
 1 file changed, 2 insertions(+)

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 627324a..cdf6da1 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
 GO_INSTALL = "${GO_IMPORT}/cmd/dep"
 
 RDEPENDS_${PN}-dev += "bash"
+
+BBCLASSEXTEND = "native nativesdk"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list