From: Otavio Salvador Date: Tue, 12 Sep 2017 12:50:24 +0000 (-0300) Subject: go-dep: Move bash dependency to -dev package X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~20040 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53bbd2222027b7bbca8df066a8a9a58355ae0f91;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- 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 c65b4f7cb56..5e4544a1047 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"