diff options
| author | Hongxu Jia <hongxu.jia@windriver.com> | 2025-05-19 16:10:00 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-22 14:36:49 +0100 |
| commit | fa96265154226652665f5579ac48441decb2d291 (patch) | |
| tree | e9dad1bba908f8978695623e478f1c86384aa939 /meta/recipes-support/libgcrypt/files/no-native-gpg-error.patch | |
| parent | 9aef708f44d3418c7b0eaadf5cee8968e536116e (diff) | |
| download | poky-fa96265154226652665f5579ac48441decb2d291.tar.gz | |
libgcrypt: upgrade 1.11.0 -> 1.11.1
(From OE-Core rev: 73bcdedc80a83e241d2162b10a2244a8dbd0e403)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 @@ |
