]> code.ossystems Code Review - openembedded-core.git/commit
go: Rely on go-runtime to provide needed modules
authorKhem Raj <raj.khem@gmail.com>
Tue, 21 Apr 2020 22:55:21 +0000 (15:55 -0700)
committerSteve Sakoman <steve@sakoman.com>
Fri, 1 May 2020 20:12:13 +0000 (10:12 -1000)
commit1ace1655f8ae08c07c8875be53b641e7c2564ded
tree1178f7083e84b6588bb6330c979c7a10678ed612
parent284060ed28862f287fde628cc42742aafa5baef1
go: Rely on go-runtime to provide needed modules

go compiler is including go/src/cmd modules in -dev package which is in
conflict with go-runtime-dev which provides exact same copy of this
module along with other runtime modules, as a result when both go-dev and
go-runtime-dev are included in image then it results in rootfs failures,
here lets make go depend on go-runtime and dont install the cmd module
here explicitly.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/go/go-target.inc