diff options
-rw-r--r-- | meta/recipes-support/libgpg-error/libgpg-error/0001-Do-not-fail-when-testing-config-scripts.patch | 6 | ||||
-rw-r--r-- | meta/recipes-support/libgpg-error/libgpg-error_1.55.bb (renamed from meta/recipes-support/libgpg-error/libgpg-error_1.51.bb) | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-support/libgpg-error/libgpg-error/0001-Do-not-fail-when-testing-config-scripts.patch b/meta/recipes-support/libgpg-error/libgpg-error/0001-Do-not-fail-when-testing-config-scripts.patch index 0910d6cc63..39798c009f 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error/0001-Do-not-fail-when-testing-config-scripts.patch +++ b/meta/recipes-support/libgpg-error/libgpg-error/0001-Do-not-fail-when-testing-config-scripts.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 581919f3af914c6b62e51b345d5d15e709f20e77 Mon Sep 17 00:00:00 2001 | 1 | From b1b6c28b4753c027052aeb6275a73eed06f0bf49 Mon Sep 17 00:00:00 2001 |
2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> |
3 | Date: Fri, 28 Feb 2020 09:19:56 +0000 | 3 | Date: Fri, 28 Feb 2020 09:19:56 +0000 |
4 | Subject: [PATCH] Do not fail when testing config scripts | 4 | Subject: [PATCH] Do not fail when testing config scripts |
@@ -14,10 +14,10 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | |||
14 | 1 file changed, 1 deletion(-) | 14 | 1 file changed, 1 deletion(-) |
15 | 15 | ||
16 | diff --git a/src/Makefile.am b/src/Makefile.am | 16 | diff --git a/src/Makefile.am b/src/Makefile.am |
17 | index 9389e99..6ded263 100644 | 17 | index e56bb23..8c3ba7b 100644 |
18 | --- a/src/Makefile.am | 18 | --- a/src/Makefile.am |
19 | +++ b/src/Makefile.am | 19 | +++ b/src/Makefile.am |
20 | @@ -324,6 +324,5 @@ gpg-error-config: gpgrt-config gpg-error-config-old gpg-error-config-test.sh | 20 | @@ -326,6 +326,5 @@ gpg-error-config: gpgrt-config gpg-error-config-old gpg-error-config-test.sh |
21 | else \ | 21 | else \ |
22 | echo "no"; \ | 22 | echo "no"; \ |
23 | echo "*** Please report to <https://bugs.gnupg.org> with gpg-error-config-test.log"; \ | 23 | echo "*** Please report to <https://bugs.gnupg.org> with gpg-error-config-test.log"; \ |
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.51.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.55.bb index 741969beb0..96dac49aae 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error_1.51.bb +++ b/meta/recipes-support/libgpg-error/libgpg-error_1.55.bb | |||
@@ -20,7 +20,7 @@ SRC_URI = "${GNUPG_MIRROR}/libgpg-error/libgpg-error-${PV}.tar.bz2 \ | |||
20 | file://run-ptest \ | 20 | file://run-ptest \ |
21 | " | 21 | " |
22 | 22 | ||
23 | SRC_URI[sha256sum] = "be0f1b2db6b93eed55369cdf79f19f72750c8c7c39fc20b577e724545427e6b2" | 23 | SRC_URI[sha256sum] = "95b178148863f07d45df0cea67e880a79b9ef71f5d230baddc0071128516ef78" |
24 | 24 | ||
25 | BINCONFIG = "${bindir}/gpg-error-config" | 25 | BINCONFIG = "${bindir}/gpg-error-config" |
26 | 26 | ||