diff options
Diffstat (limited to 'recipes-containers/docker-distribution/files/0001-build-use-to-use-cross-go-compiler.patch')
-rw-r--r-- | recipes-containers/docker-distribution/files/0001-build-use-to-use-cross-go-compiler.patch | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-containers/docker-distribution/files/0001-build-use-to-use-cross-go-compiler.patch b/recipes-containers/docker-distribution/files/0001-build-use-to-use-cross-go-compiler.patch index 393b167f..f97a60ca 100644 --- a/recipes-containers/docker-distribution/files/0001-build-use-to-use-cross-go-compiler.patch +++ b/recipes-containers/docker-distribution/files/0001-build-use-to-use-cross-go-compiler.patch | |||
@@ -6,6 +6,8 @@ Subject: [PATCH] build: use to use cross go compiler | |||
6 | We shouldn't be invoking 'go' as the compiler, but instead use | 6 | We shouldn't be invoking 'go' as the compiler, but instead use |
7 | ${GO} which tracks our cross build go compiler for the architecture. | 7 | ${GO} which tracks our cross build go compiler for the architecture. |
8 | 8 | ||
9 | Upstream-Status: Inappropriate [embedded specific] | ||
10 | |||
9 | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> | 11 | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> |
10 | --- | 12 | --- |
11 | Makefile | 2 +- | 13 | Makefile | 2 +- |