|
@@ -1,4 +1,4 @@
|
|
|
-From a45989a64af20ef6a9f7c1552f19bba116e7cd0a Mon Sep 17 00:00:00 2001
|
|
|
+From 75622f8b21459eb556b36edc3537fdaded7f04bf 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
|
|
@@ -9,16 +9,15 @@ 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
|
|
|
+index 9389e99..6ded263 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
|
|
|
+@@ -324,6 +324,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"; \
|