diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-10-31 12:47:18 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-24 15:30:06 +0000 |
| commit | c576acceb3eab45e9e19e10eeb4a7b3bb3c823ea (patch) | |
| tree | ee877efb1c580e4f1bd14a0f2ef520214a8a0dd2 | |
| parent | 5031452ae5640fb1404bd8c2c79303535b93d3bc (diff) | |
| download | poky-c576acceb3eab45e9e19e10eeb4a7b3bb3c823ea.tar.gz | |
go: submit patch upstream
(From OE-Core rev: e917306e0d45cff7c840e2954c95a495b1bfb38f)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 40d24b0b5c7a405bf9fd7ec7fa57ec61a6af3d01)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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 | --- |
