From: Alexander Kanavin Date: Mon, 31 Oct 2022 11:47:18 +0000 (+0100) Subject: go: submit patch upstream X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2671 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40d24b0b5c7a405bf9fd7ec7fa57ec61a6af3d01;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git go: submit patch upstream Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/go/go/filter-build-paths.patch b/meta/recipes-devtools/go/go/filter-build-paths.patch index a1aa37c2a41..280f911a21f 100644 --- a/meta/recipes-devtools/go/go/filter-build-paths.patch +++ b/meta/recipes-devtools/go/go/filter-build-paths.patch @@ -8,7 +8,8 @@ embedded in the go binary so that builds are reproducible regardless of build location. This codepath is hit for statically linked go binaries such as those on mips/ppc. -Upstream-Status: Pending +Upstream-Status: Submitted [https://github.com/golang/go/pull/56410] + Signed-off-by: Richard Purdie ---