summaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/docker')
-rw-r--r--recipes-containers/docker/files/0001-cli-use-external-GO111MODULE-and-cross-compiler.patch2
-rw-r--r--recipes-containers/docker/files/0001-dynbinary-use-go-cross-compiler.patch2
-rw-r--r--recipes-containers/docker/files/0001-libnetwork-use-GO-instead-of-go.patch2
3 files changed, 6 insertions, 0 deletions
diff --git a/recipes-containers/docker/files/0001-cli-use-external-GO111MODULE-and-cross-compiler.patch b/recipes-containers/docker/files/0001-cli-use-external-GO111MODULE-and-cross-compiler.patch
index d68de1cf..3814a0c2 100644
--- a/recipes-containers/docker/files/0001-cli-use-external-GO111MODULE-and-cross-compiler.patch
+++ b/recipes-containers/docker/files/0001-cli-use-external-GO111MODULE-and-cross-compiler.patch
@@ -3,6 +3,8 @@ From: Bruce Ashfield <bruce.ashfield@gmail.com>
3Date: Thu, 15 Apr 2021 11:28:05 -0400 3Date: Thu, 15 Apr 2021 11:28:05 -0400
4Subject: [PATCH] cli: use external GO111MODULE and cross compiler 4Subject: [PATCH] cli: use external GO111MODULE and cross compiler
5 5
6Upstream-Status: Inappropriate [embedded specific]
7
6Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> 8Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
7--- 9---
8 git/cli/scripts/build/binary | 3 +-- 10 git/cli/scripts/build/binary | 3 +--
diff --git a/recipes-containers/docker/files/0001-dynbinary-use-go-cross-compiler.patch b/recipes-containers/docker/files/0001-dynbinary-use-go-cross-compiler.patch
index c6edaf46..c19d9f50 100644
--- a/recipes-containers/docker/files/0001-dynbinary-use-go-cross-compiler.patch
+++ b/recipes-containers/docker/files/0001-dynbinary-use-go-cross-compiler.patch
@@ -3,6 +3,8 @@ From: Bruce Ashfield <bruce.ashfield@gmail.com>
3Date: Tue, 30 Jun 2020 22:23:33 -0400 3Date: Tue, 30 Jun 2020 22:23:33 -0400
4Subject: [PATCH] dynbinary: use go cross compiler 4Subject: [PATCH] dynbinary: use go cross compiler
5 5
6Upstream-Status: Inappropriate [embedded specific]
7
6Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> 8Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
7--- 9---
8 hack/make/.binary | 2 +- 10 hack/make/.binary | 2 +-
diff --git a/recipes-containers/docker/files/0001-libnetwork-use-GO-instead-of-go.patch b/recipes-containers/docker/files/0001-libnetwork-use-GO-instead-of-go.patch
index b9b41de5..10b180b6 100644
--- a/recipes-containers/docker/files/0001-libnetwork-use-GO-instead-of-go.patch
+++ b/recipes-containers/docker/files/0001-libnetwork-use-GO-instead-of-go.patch
@@ -6,6 +6,8 @@ Subject: [PATCH] libnetwork: use $(GO) instead of go
6Ensure that the libnetwork makefile uses the go cross flags and 6Ensure that the libnetwork makefile uses the go cross flags and
7utilities. 7utilities.
8 8
9Upstream-Status: Inappropriate [embedded specific]
10
9Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> 11Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
10--- 12---
11 Makefile | 14 +++++++------- 13 Makefile | 14 +++++++-------