diff options
Diffstat (limited to 'meta/recipes-devtools/go')
-rw-r--r-- | meta/recipes-devtools/go/go/filter-build-paths.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/go/go/filter-build-paths.patch b/meta/recipes-devtools/go/go/filter-build-paths.patch index a1aa37c2a4..280f911a21 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 | |||
8 | location. This codepath is hit for statically linked go binaries such as those | 8 | location. This codepath is hit for statically linked go binaries such as those |
9 | on mips/ppc. | 9 | on mips/ppc. |
10 | 10 | ||
11 | Upstream-Status: Pending | 11 | Upstream-Status: Submitted [https://github.com/golang/go/pull/56410] |
12 | |||
12 | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | 13 | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
13 | 14 | ||
14 | --- | 15 | --- |