diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-05-12 17:03:06 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-13 10:29:21 +0100 |
| commit | fe51bad3811eb9db3ef1c04f971d8c153f34d7ea (patch) | |
| tree | 4f9aed0858e48f4c10efedc23a37de1800e2ed6a /meta | |
| parent | abb3c012acdb47ffa079643c88cd46dd393b57b9 (diff) | |
| download | poky-fe51bad3811eb9db3ef1c04f971d8c153f34d7ea.tar.gz | |
libgpg-error: upgrade 1.51 -> 1.55
0001-Do-not-fail-when-testing-config-scripts.patch
refreshed for 1.55
(From OE-Core rev: b340702af103c1d116f8434f6e7509605954b28a)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -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 | ||
