]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
libgpg-error: 1.55 -> 1.56
authorHongxu Jia <hongxu.jia@windriver.com>
Tue, 14 Oct 2025 06:58:41 +0000 (14:58 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Oct 2025 09:53:06 +0000 (10:53 +0100)
- Refresh pkgconfig.patch

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch
meta/recipes-support/libgpg-error/libgpg-error_1.56.bb [moved from meta/recipes-support/libgpg-error/libgpg-error_1.55.bb with 95% similarity]

index dbf728b2ded832b17d2fe10612c763f8e0c73e80..38c55ad342e20bcaf463764f0b3f24b1e4f8cc12 100644 (file)
@@ -1,4 +1,4 @@
-From 3529df77cd20253ce2a9c1962d7a72058a04fd98 Mon Sep 17 00:00:00 2001
+From fdc0b6f84bae7cd6eea18712049da62cdfd5e630 Mon Sep 17 00:00:00 2001
 From: Hongxu Jia <hongxu.jia@windriver.com>
 Date: Wed, 21 Aug 2024 20:03:29 -0700
 Subject: [PATCH] support pkgconfig
@@ -20,7 +20,7 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
  1 file changed, 5 insertions(+), 195 deletions(-)
 
 diff --git a/src/gpg-error.m4 b/src/gpg-error.m4
-index 2d24071..c561725 100644
+index 263f21b..e54ab38 100644
 --- a/src/gpg-error.m4
 +++ b/src/gpg-error.m4
 @@ -15,196 +15,14 @@
@@ -167,11 +167,11 @@ index 2d24071..c561725 100644
 -[ AC_REQUIRE([AC_CANONICAL_HOST])dnl
 -  AC_REQUIRE([_AM_PATH_POSSIBLE_GPG_ERROR_CONFIG])dnl
 -  AC_REQUIRE([_AM_PATH_GPGRT_CONFIG])dnl
--  if test x"$GPGRT_CONFIG" != x -a "$GPGRT_CONFIG" != "no"; then
+-  if test x"$GPGRT_CONFIG" != x && test "$GPGRT_CONFIG" != "no"; then
 -    GPG_ERROR_CONFIG="$GPGRT_CONFIG gpg-error"
 -    AC_MSG_NOTICE([Use gpgrt-config with $gpgrt_libdir as gpg-error-config])
 -    gpg_error_config_version=`$GPG_ERROR_CONFIG --modversion`
--  elif test x"$GPG_ERROR_CONFIG" != x -a "$GPG_ERROR_CONFIG" != "no"; then
+-  elif test x"$GPG_ERROR_CONFIG" != x && test "$GPG_ERROR_CONFIG" != "no"; then
 -    gpg_error_config_version=`$GPG_ERROR_CONFIG --version`
 -  else
 -    gpg_error_config_version="0.0"
@@ -241,3 +241,6 @@ index 2d24071..c561725 100644
 -  AC_SUBST(GPG_ERROR_MT_LIBS)
  ])
 +
+-- 
+2.34.1
+
similarity index 95%
rename from meta/recipes-support/libgpg-error/libgpg-error_1.55.bb
rename to meta/recipes-support/libgpg-error/libgpg-error_1.56.bb
index 7de52314a45428ab27f33db646d2b9ccba28d8aa..d3cc88f9711b4ad4c3ffd697fd401f038359e83b 100644 (file)
@@ -19,7 +19,7 @@ SRC_URI = "${GNUPG_MIRROR}/libgpg-error/libgpg-error-${PV}.tar.bz2 \
            file://run-ptest \
            "
 
-SRC_URI[sha256sum] = "95b178148863f07d45df0cea67e880a79b9ef71f5d230baddc0071128516ef78"
+SRC_URI[sha256sum] = "82c3d2deb4ad96ad3925d6f9f124fe7205716055ab50e291116ef27975d169c0"
 
 BINCONFIG = "${bindir}/gpg-error-config"