diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-09-15 09:01:55 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-09-15 09:01:55 -0400 |
commit | c278a0594889c5a9764ca1a8207bd0514d3d128a (patch) | |
tree | b9f2f7094f1048cc12995a36de920b0e237a2fe8 /recipes-containers/riddler/files/0001-build-use-to-select-cross-compiler.patch | |
parent | 79ff2a5b00900b95076ca838a79d90ede59abdad (diff) | |
download | meta-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.patch | 8 |
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 | ||
6 | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> | 6 | Signed-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 | ||
11 | diff --git git/src/import/Makefile git/src/import/Makefile | 11 | diff --git git/Makefile git/Makefile |
12 | index c6976af..f3c8d17 100644 | 12 | index 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: |