blob: ee3147f3dff495a9d36aa6811e5a4fdccb596d4f [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001From a45989a64af20ef6a9f7c1552f19bba116e7cd0a Mon Sep 17 00:00:00 2001
Andrew Geissler82c905d2020-04-13 13:39:40 -05002From: 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>
Andrew Geissler517393d2023-01-13 08:55:19 -060012
Andrew Geissler82c905d2020-04-13 13:39:40 -050013---
14 src/Makefile.am | 1 -
15 1 file changed, 1 deletion(-)
16
17diff --git a/src/Makefile.am b/src/Makefile.am
Andrew Geissler517393d2023-01-13 08:55:19 -060018index c61adde..1b8b4ff 100644
Andrew Geissler82c905d2020-04-13 13:39:40 -050019--- a/src/Makefile.am
20+++ b/src/Makefile.am
Andrew Geissler517393d2023-01-13 08:55:19 -060021@@ -323,6 +323,5 @@ gpg-error-config: gpgrt-config gpg-error-config-old gpg-error-config-test.sh
Andrew Geissler82c905d2020-04-13 13:39:40 -050022 else \
23 echo "no"; \
24 echo "*** Please report to <https://bugs.gnupg.org> with gpg-error-config-test.log"; \
25- exit 1; \
26 fi
27 cp gpg-error-config-old $@