mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 02:00:04 +00: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: b5a4369ba606677285b0a89a78c040b38f57767f) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d280211773
commit
030978c955
@@ -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