From: Hongxu Jia Date: Tue, 14 Oct 2025 06:58:41 +0000 (+0800) Subject: libgpg-error: 1.55 -> 1.56 X-Git-Tag: uninative-5.0~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=207112631575d5f85e57bc35dacc25fff768d280;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git libgpg-error: 1.55 -> 1.56 - Refresh pkgconfig.patch Signed-off-by: Hongxu Jia Signed-off-by: Mathieu Dubois-Briand --- diff --git a/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch b/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch index dbf728b2ded..38c55ad342e 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 3529df77cd20253ce2a9c1962d7a72058a04fd98 Mon Sep 17 00:00:00 2001 +From fdc0b6f84bae7cd6eea18712049da62cdfd5e630 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Wed, 21 Aug 2024 20:03:29 -0700 Subject: [PATCH] support pkgconfig @@ -20,7 +20,7 @@ Signed-off-by: Hongxu Jia 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 + diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.55.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.56.bb 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 7de52314a45..d3cc88f9711 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error_1.55.bb +++ b/meta/recipes-support/libgpg-error/libgpg-error_1.56.bb @@ -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"