From 5840ae6d136fa226de1f9cbc5d9f6f2ea22cecc7 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 18 Jan 2018 11:24:41 -0200 Subject: 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/go/go-dep_0.3.2.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools/go') 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" -- cgit v1.2.3-54-g00ecf