[OE-core] [PATCH v8 06/13] go-dep: Move bash dependency to -dev package
Otavio Salvador
otavio at ossystems.com.br
Tue Sep 12 12:50:24 UTC 2017
The src content has been moved to -dev package, so does the test
routines. Fix the runtime dependency accordingly.
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
Changes in v8:
- new patch
Changes in v7: None
Changes in v6: None
meta/recipes-devtools/go/go-dep_0.3.0.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/go/go-dep_0.3.0.bb b/meta/recipes-devtools/go/go-dep_0.3.0.bb
index c65b4f7cb5..5e4544a104 100644
--- a/meta/recipes-devtools/go/go-dep_0.3.0.bb
+++ b/meta/recipes-devtools/go/go-dep_0.3.0.bb
@@ -15,4 +15,4 @@ GO_INSTALL = "${GO_IMPORT}/cmd/dep"
INSANE_SKIP_${PN} += "ldflags"
-RDEPENDS_${PN}-staticdev += "bash"
+RDEPENDS_${PN}-dev += "bash"
--
2.14.1
More information about the Openembedded-core
mailing list