From: Otavio Salvador <[email protected]> Glide utility must not use 'go mod' support, so we explicitly disable it.
Signed-off-by: Otavio Salvador <[email protected]> Signed-off-by: Richard Purdie <[email protected]> (cherry picked from commit b5a4369ba606677285b0a89a78c040b38f57767f) --- meta/recipes-devtools/glide/glide_0.13.3.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta/recipes-devtools/glide/glide_0.13.3.bb b/meta/recipes-devtools/glide/glide_0.13.3.bb index ebad0ec60a..31295edf90 100644 --- a/meta/recipes-devtools/glide/glide_0.13.3.bb +++ b/meta/recipes-devtools/glide/glide_0.13.3.bb @@ -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" -- 2.27.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#139453): https://lists.openembedded.org/g/openembedded-core/message/139453 Mute This Topic: https://lists.openembedded.org/mt/74843991/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
