mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
(From OE-Core rev: edb25dbd3cafe553f716b079f6a5af077b73d18a) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
28 lines
1.0 KiB
Diff
28 lines
1.0 KiB
Diff
From a45989a64af20ef6a9f7c1552f19bba116e7cd0a Mon Sep 17 00:00:00 2001
|
|
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
|
Date: Fri, 28 Feb 2020 09:19:56 +0000
|
|
Subject: [PATCH] Do not fail when testing config scripts
|
|
|
|
In previous versions this was not a hard a failure, and so went
|
|
unnoticed. The test is unsuitable for building with sysroots anyway as the
|
|
failure is due to that.
|
|
|
|
Upstream-Status: Inappropriate [oe-core specific]
|
|
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
|
|
|
---
|
|
src/Makefile.am | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/src/Makefile.am b/src/Makefile.am
|
|
index c61adde..1b8b4ff 100644
|
|
--- a/src/Makefile.am
|
|
+++ b/src/Makefile.am
|
|
@@ -323,6 +323,5 @@ gpg-error-config: gpgrt-config gpg-error-config-old gpg-error-config-test.sh
|
|
else \
|
|
echo "no"; \
|
|
echo "*** Please report to <https://bugs.gnupg.org> with gpg-error-config-test.log"; \
|
|
- exit 1; \
|
|
fi
|
|
cp gpg-error-config-old $@
|