diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2017-09-08 18:04:32 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-11 17:30:14 +0100 |
commit | 56ce355b3d775e801d2ca89ee812571e794311cd (patch) | |
tree | de47fa25fef4b80538a9f767d3f2f831d9dc21ad /scripts/lib/scriptpath.py | |
parent | 1a5026db41929d42bece22bd0ae60c13219a98f5 (diff) | |
download | openembedded-core-56ce355b3d775e801d2ca89ee812571e794311cd.tar.gz openembedded-core-56ce355b3d775e801d2ca89ee812571e794311cd.tar.bz2 openembedded-core-56ce355b3d775e801d2ca89ee812571e794311cd.zip |
go.bbclass: Fix binary installation path detection
Go toolchain changes the installation path when building for the same
architecture as the build host. This was already been considered in
the GO_BUILD_BINDIR variable but was not being used by the go class.
This fixes following error:
,----
| ERROR: go-dep-0.3.0-r0 do_package: QA Issue: go-dep: Files/directories
| were installed but not shipped in any package:
| /usr/lib/x86_64-oel-linux/go/bin/dep
| Please set FILES such that these items are packaged. Alternatively if
| they are unneeded, avoid installing them or delete them within
| do_install.
`----
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/scriptpath.py')
0 files changed, 0 insertions, 0 deletions