diff options
Diffstat (limited to 'recipes-containers/oci-runtime-tools/files/0001-build-use-for-cross-compiler.patch')
-rw-r--r-- | recipes-containers/oci-runtime-tools/files/0001-build-use-for-cross-compiler.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-containers/oci-runtime-tools/files/0001-build-use-for-cross-compiler.patch b/recipes-containers/oci-runtime-tools/files/0001-build-use-for-cross-compiler.patch index 98194265..1c4addab 100644 --- a/recipes-containers/oci-runtime-tools/files/0001-build-use-for-cross-compiler.patch +++ b/recipes-containers/oci-runtime-tools/files/0001-build-use-for-cross-compiler.patch | |||
@@ -5,13 +5,13 @@ Subject: [PATCH] build: use for 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 | a/src/import/Makefile | 4 ++-- | 8 | a/Makefile | 4 ++-- |
9 | 1 file changed, 2 insertions(+), 2 deletions(-) | 9 | 1 file changed, 2 insertions(+), 2 deletions(-) |
10 | 10 | ||
11 | Index: oci-runtime-tools-0.9.0+gitAUTOINC+0105384f68/src/import/Makefile | 11 | Index: oci-runtime-tools-0.9.0+gitAUTOINC+0105384f68/Makefile |
12 | =================================================================== | 12 | =================================================================== |
13 | --- oci-runtime-tools-0.9.0+gitAUTOINC+0105384f68.orig/src/import/Makefile | 13 | --- oci-runtime-tools-0.9.0+gitAUTOINC+0105384f68.orig/Makefile |
14 | +++ oci-runtime-tools-0.9.0+gitAUTOINC+0105384f68/src/import/Makefile | 14 | +++ oci-runtime-tools-0.9.0+gitAUTOINC+0105384f68/Makefile |
15 | @@ -13,11 +13,11 @@ | 15 | @@ -13,11 +13,11 @@ |
16 | all: tool runtimetest validation-executables | 16 | all: tool runtimetest validation-executables |
17 | 17 | ||