mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 17:26:36 +01:00
(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>
27 lines
719 B
Diff
27 lines
719 B
Diff
From ede03b847038afc294e206ca345d12d75bbba844 Mon Sep 17 00:00:00 2001
|
|
From: Ross Burton <ross.burton@arm.com>
|
|
Date: Fri, 26 Aug 2022 15:23:37 +0100
|
|
Subject: [PATCH] libgcrypt: rewrite ptest
|
|
|
|
Don't depend on a native libgpg-error to build the test driver, as it's
|
|
an optional dependency for some C annotations.
|
|
|
|
Upstream-Status: Inappropriate
|
|
Signed-off-by: Ross Burton <ross.burton@arm.com>
|
|
---
|
|
tests/testdrv.c | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/tests/testdrv.c b/tests/testdrv.c
|
|
index bfca4c2..634b718 100644
|
|
--- a/tests/testdrv.c
|
|
+++ b/tests/testdrv.c
|
|
@@ -32,7 +32,6 @@
|
|
# include <fcntl.h>
|
|
# include <sys/wait.h>
|
|
#endif
|
|
-#include <gpg-error.h> /* For some macros. */
|
|
|
|
#include "stopwatch.h"
|
|
|