mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 20:59:42 +01:00
glide: Avoid use of 'go mod' support
Glide utility must not use 'go mod' support, so we explicitly disable it. (From OE-Core rev: 229ee71cbc9db1dd24f14dabea7d9236b3819421) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit b5a4369ba606677285b0a89a78c040b38f57767f) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7892a056f7
commit
6cc590d2b6
@@ -9,6 +9,10 @@ SRCREV = "8ed5b9292379d86c39592a7e6a58eb9c903877cf"
|
||||
|
||||
inherit go
|
||||
|
||||
# New Go versions has Go modules support enabled by default and cause the Glide
|
||||
# tool build to fail.
|
||||
export GO111MODULE = "off"
|
||||
|
||||
RDEPENDS_${PN}-dev += "bash"
|
||||
RDEPENDS_${PN}-ptest += "bash"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user