[oe-commits] [openembedded-core] 09/17: go-dep: Move bash dependency to -dev package

git at git.openembedded.org git at git.openembedded.org
Tue Sep 12 23:04:50 UTC 2017


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

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

commit 53bbd2222027b7bbca8df066a8a9a58355ae0f91
Author: Otavio Salvador <otavio at ossystems.com.br>
AuthorDate: Tue Sep 12 09:50:24 2017 -0300

    go-dep: Move bash dependency to -dev package
    
    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>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 c65b4f7..5e4544a 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"

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


More information about the Openembedded-commits mailing list