]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
go: filter out build specific path from the linker flags
authorChangqing Li <changqing.li@windriver.com>
Thu, 7 Mar 2024 06:49:08 +0000 (22:49 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Mar 2024 12:12:58 +0000 (12:12 +0000)
commit6873c6cb000b24c1badd0fb8b5cd2d0a31a63096
treef45decbff2b0a519927942a36ea2310b18899ddb
parente99003b244507d8586b1f878765aa4a546a767ef
go: filter out build specific path from the linker flags

patch 0007-exec.go-do-not-write-linker-flags-into-buildids.patch
removes linker flags from buildids for not breaking reproducibility,
but it seems that this will make go not rebuild when linker flag
changes, Refer [1]. So remove this oe-specific patch, and change to
filter out build specific path from the linker flags

[1] https://github.com/golang/go/issues/63760

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/go/go-1.22.0.inc
meta/recipes-devtools/go/go/0001-exec.go-filter-out-build-specific-paths-from-linker-.patch [new file with mode: 0644]