summaryrefslogtreecommitdiffstats
path: root/recipes-containers/riddler/files/0001-build-use-to-select-cross-compiler.patch
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-09-15 09:01:55 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-09-15 09:01:55 -0400
commitc278a0594889c5a9764ca1a8207bd0514d3d128a (patch)
treeb9f2f7094f1048cc12995a36de920b0e237a2fe8 /recipes-containers/riddler/files/0001-build-use-to-select-cross-compiler.patch
parent79ff2a5b00900b95076ca838a79d90ede59abdad (diff)
downloadmeta-virtualization-c278a0594889c5a9764ca1a8207bd0514d3d128a.tar.gz
riddler: remove TMPDIR references
convert the riddler recipe to a structure that doesn't need a symlinked vendor directory. go records these links in the binary, making our output non-reproducible. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/riddler/files/0001-build-use-to-select-cross-compiler.patch')
-rw-r--r--recipes-containers/riddler/files/0001-build-use-to-select-cross-compiler.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-containers/riddler/files/0001-build-use-to-select-cross-compiler.patch b/recipes-containers/riddler/files/0001-build-use-to-select-cross-compiler.patch
index 0c4f3fd2..9432c63c 100644
--- a/recipes-containers/riddler/files/0001-build-use-to-select-cross-compiler.patch
+++ b/recipes-containers/riddler/files/0001-build-use-to-select-cross-compiler.patch
@@ -5,13 +5,13 @@ Subject: [PATCH] build: use to select cross compiler
5 5
6Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> 6Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
7--- 7---
8 git/src/import/Makefile | 10 +++++----- 8 git/Makefile | 10 +++++-----
9 1 file changed, 5 insertions(+), 5 deletions(-) 9 1 file changed, 5 insertions(+), 5 deletions(-)
10 10
11diff --git git/src/import/Makefile git/src/import/Makefile 11diff --git git/Makefile git/Makefile
12index c6976af..f3c8d17 100644 12index c6976af..f3c8d17 100644
13--- git/src/import/Makefile 13--- git/Makefile
14+++ git/src/import/Makefile 14+++ git/Makefile
15@@ -10,11 +10,11 @@ all: clean build static fmt lint test vet 15@@ -10,11 +10,11 @@ all: clean build static fmt lint test vet
16 16
17 build: 17 build: