]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 26 Apr 2020 12:58:45 +0000 (13:58 +0100)
commit307ad88822950e8523b313d70a1fbab87048fa8d
tree5ebc222b606089d0a1e24de191eb929691f28672
parentabd9bf4428e024f4fbcabd75235965769c03f2db
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>
meta/recipes-devtools/go/go-target.inc