Signed-off-by: Richard Purdie <[email protected]> --- .../0001-Do-not-fail-when-testing-config-scripts.patch | 6 +++--- .../libgpg-error/libgpg-error/pkgconfig.patch | 5 +---- .../{libgpg-error_1.59.bb => libgpg-error_1.60.bb} | 2 +- 3 files changed, 5 insertions(+), 8 deletions(-) rename meta/recipes-support/libgpg-error/{libgpg-error_1.59.bb => libgpg-error_1.60.bb} (95%)
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 39798c009fa..3484af63b3d 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 @@ -From b1b6c28b4753c027052aeb6275a73eed06f0bf49 Mon Sep 17 00:00:00 2001 +From 48d457a819d1bf4171c6cc7fe161cdfc66770be2 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin <[email protected]> Date: Fri, 28 Feb 2020 09:19:56 +0000 Subject: [PATCH] Do not fail when testing config scripts @@ -14,10 +14,10 @@ Signed-off-by: Alexander Kanavin <[email protected]> 1 file changed, 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am -index e56bb23..8c3ba7b 100644 +index 7fd1d98..93a95c8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am -@@ -326,6 +326,5 @@ gpg-error-config: gpgrt-config gpg-error-config-old gpg-error-config-test.sh +@@ -331,6 +331,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"; \ diff --git a/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch b/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch index 38c55ad342e..485c079a2bb 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch +++ b/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch @@ -1,4 +1,4 @@ -From fdc0b6f84bae7cd6eea18712049da62cdfd5e630 Mon Sep 17 00:00:00 2001 +From 3648accd954d86b14f7a4eb72b9ffa4fe57b72d5 Mon Sep 17 00:00:00 2001 From: Hongxu Jia <[email protected]> Date: Wed, 21 Aug 2024 20:03:29 -0700 Subject: [PATCH] support pkgconfig @@ -241,6 +241,3 @@ index 263f21b..e54ab38 100644 - AC_SUBST(GPG_ERROR_MT_LIBS) ]) + --- -2.34.1 - diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.59.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.60.bb similarity index 95% rename from meta/recipes-support/libgpg-error/libgpg-error_1.59.bb rename to meta/recipes-support/libgpg-error/libgpg-error_1.60.bb index 53280f57700..622827c2ca5 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error_1.59.bb +++ b/meta/recipes-support/libgpg-error/libgpg-error_1.60.bb @@ -19,7 +19,7 @@ SRC_URI = "${GNUPG_MIRROR}/libgpg-error/libgpg-error-${PV}.tar.bz2 \ file://run-ptest \ " -SRC_URI[sha256sum] = "a19bc5087fd97026d93cb4b45d51638d1a25202a5e1fbc3905799f424cfa6134" +SRC_URI[sha256sum] = "11b2a738e212f3eab0fe8637bc341d3181ca964e97bb2654de91aab7dae4ce09" BINCONFIG = "${bindir}/gpg-error-config"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#236326): https://lists.openembedded.org/g/openembedded-core/message/236326 Mute This Topic: https://lists.openembedded.org/mt/119117211/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
