mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 06:49:32 +02:00
go: remove support for GOROOT_FINAL
After upstream go applied commit [cmd: remove support for
GOROOT_FINAL][1], GOROOT_FINAL variable is dropped and use
option -trimpath to instead [2]
The option -trimpath has already been added to GOBUILDFLAGS
in go.bbclass
[1] 507d1b22f4
[2] https://github.com/golang/go/issues/62047
(From OE-Core rev: 791ab77ac05f658ecd61525a3d9b1afaf8ac6e06)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ef1d0dea7b
commit
9729465f1d
@@ -38,7 +38,6 @@ export GOARCH ?= "${TARGET_GOARCH}"
|
||||
export GOARM ?= "${TARGET_GOARM}"
|
||||
export GO386 ?= "${TARGET_GO386}"
|
||||
export GOMIPS ?= "${TARGET_GOMIPS}"
|
||||
export GOROOT_FINAL ?= "${libdir}/go"
|
||||
|
||||
export GODEBUG = "gocachehash=1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user