From: Otavio Salvador Date: Thu, 18 Jan 2018 13:24:41 +0000 (-0200) Subject: go-dep: Add native and nativesdk variants X-Git-Tag: uninative-1.8~596 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2d3084efdcba282388048981ee3a68672241e4df;p=openembedded-core.git 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 Signed-off-by: Ross Burton --- 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 GO_INSTALL = "${GO_IMPORT}/cmd/dep" RDEPENDS_${PN}-dev += "bash" + +BBCLASSEXTEND = "native nativesdk"