1From 137805890951b6b585c1d23097e0a51e8c7a8a50 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Fri, 28 Feb 2020 09:19:56 +0000
4Subject: [PATCH] Do not fail when testing config scripts
5
6In previous versions this was not a hard a failure, and so went
7unnoticed. The test is unsuitable for building with sysroots anyway as the
8failure is due to that.
9
10Upstream-Status: Inappropriate [oe-core specific]
11Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
12---
13 src/Makefile.am | 1 -
14 1 file changed, 1 deletion(-)
15
16diff --git a/src/Makefile.am b/src/Makefile.am
17index 9303954..7630540 100644
18--- a/src/Makefile.am
19+++ b/src/Makefile.am
20@@ -344,7 +344,6 @@ gpg-error-config: gpgrt-config gpg-error-config-old
21 	else                                                   \
22 	  echo "no";                                           \
23 	  echo "***  Please report to <https://bugs.gnupg.org> with gpg-error-config-test.log"; \
24-	  exit 1; \
25 	fi
26 	cp gpg-error-config-old $@
27
28