mirror of
https://git.yoctoproject.org/poky
synced 2026-04-14 17:02:22 +02:00
go-dep: Avoid use of 'go mod' support
dep utility must not use 'go mod' support, so we explicitly disable it. (From OE-Core rev: b34000ae3dd6e0a1d7fc332efb35c5da84cf2275) 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
030978c955
commit
1838b0df75
@@ -13,6 +13,10 @@ SRCREV = "1f7c19e5f52f49ffb9f956f64c010be14683468b"
|
||||
|
||||
inherit go
|
||||
|
||||
# New Go versions has Go modules support enabled by default and cause the Glide
|
||||
# tool build to fail.
|
||||
export GO111MODULE = "off"
|
||||
|
||||
GO_INSTALL = "${GO_IMPORT}/cmd/dep"
|
||||
|
||||
RDEPENDS_${PN}-dev += "bash"
|
||||
|
||||
Reference in New Issue
Block a user