diff options
Diffstat (limited to 'meta/recipes-support/libgcrypt/files/no-native-gpg-error.patch')
-rw-r--r-- | meta/recipes-support/libgcrypt/files/no-native-gpg-error.patch | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/meta/recipes-support/libgcrypt/files/no-native-gpg-error.patch b/meta/recipes-support/libgcrypt/files/no-native-gpg-error.patch index b9a607863d..98874ce12a 100644 --- a/meta/recipes-support/libgcrypt/files/no-native-gpg-error.patch +++ b/meta/recipes-support/libgcrypt/files/no-native-gpg-error.patch | |||
@@ -1,11 +1,19 @@ | |||
1 | From ede03b847038afc294e206ca345d12d75bbba844 Mon Sep 17 00:00:00 2001 | ||
2 | From: Ross Burton <ross.burton@arm.com> | ||
3 | Date: Fri, 26 Aug 2022 15:23:37 +0100 | ||
4 | Subject: [PATCH] libgcrypt: rewrite ptest | ||
5 | |||
1 | Don't depend on a native libgpg-error to build the test driver, as it's | 6 | Don't depend on a native libgpg-error to build the test driver, as it's |
2 | an optional dependency for some C annotations. | 7 | an optional dependency for some C annotations. |
3 | 8 | ||
4 | Upstream-Status: Inappropriate | 9 | Upstream-Status: Inappropriate |
5 | Signed-off-by: Ross Burton <ross.burton@arm.com> | 10 | Signed-off-by: Ross Burton <ross.burton@arm.com> |
11 | --- | ||
12 | tests/testdrv.c | 1 - | ||
13 | 1 file changed, 1 deletion(-) | ||
6 | 14 | ||
7 | diff --git a/tests/testdrv.c b/tests/testdrv.c | 15 | diff --git a/tests/testdrv.c b/tests/testdrv.c |
8 | index 0ccde326..6d6abd57 100644 | 16 | index bfca4c2..634b718 100644 |
9 | --- a/tests/testdrv.c | 17 | --- a/tests/testdrv.c |
10 | +++ b/tests/testdrv.c | 18 | +++ b/tests/testdrv.c |
11 | @@ -32,7 +32,6 @@ | 19 | @@ -32,7 +32,6 @@ |