mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
libgpg-error: update 1.46 -> 1.47
License-Update: copyright years (From OE-Core rev: 6f0c3844e3ced175416daac645179a3044df6bcf) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ee552b2829
commit
14261b3f74
@@ -1,4 +1,4 @@
|
||||
From e10f93167c76c477a7b97286cfac603795bf28d8 Mon Sep 17 00:00:00 2001
|
||||
From b0df1cb468264a9bb9113524f0e1318c456b2348 Mon Sep 17 00:00:00 2001
|
||||
From: Hongxu Jia <hongxu.jia@windriver.com>
|
||||
Date: Thu, 29 Mar 2018 15:12:17 +0800
|
||||
Subject: [PATCH] support pkgconfig
|
||||
@@ -14,17 +14,19 @@ Signed-off-by: Armin Kuster <akuster808@gmail.com>
|
||||
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
|
||||
|
||||
---
|
||||
src/gpg-error.m4 | 165 +----------------------------------------------
|
||||
1 file changed, 3 insertions(+), 162 deletions(-)
|
||||
src/gpg-error.m4 | 192 ++---------------------------------------------
|
||||
1 file changed, 5 insertions(+), 187 deletions(-)
|
||||
|
||||
diff --git a/src/gpg-error.m4 b/src/gpg-error.m4
|
||||
index a975e53..af4bf2f 100644
|
||||
index 7fa52b1..15a0859 100644
|
||||
--- a/src/gpg-error.m4
|
||||
+++ b/src/gpg-error.m4
|
||||
@@ -27,162 +27,12 @@ dnl is added to the gpg_config_script_warn variable.
|
||||
@@ -15,187 +15,14 @@
|
||||
dnl
|
||||
AC_DEFUN([AM_PATH_GPG_ERROR],
|
||||
[ AC_REQUIRE([AC_CANONICAL_HOST])
|
||||
dnl Find gpg-error-config, for backward compatibility
|
||||
dnl
|
||||
-dnl _AM_PATH_POSSIBLE_GPG_ERROR_CONFIG
|
||||
-AC_DEFUN([_AM_PATH_POSSIBLE_GPG_ERROR_CONFIG],[dnl
|
||||
- gpg_error_config_prefix=""
|
||||
- dnl --with-libgpg-error-prefix=PFX is the preferred name for this option,
|
||||
- dnl since that is consistent with how our three siblings use the directory/
|
||||
@@ -60,9 +62,14 @@ index a975e53..af4bf2f 100644
|
||||
- fi
|
||||
-
|
||||
- AC_PATH_PROG(GPG_ERROR_CONFIG, gpg-error-config, no)
|
||||
- min_gpg_error_version=ifelse([$1], ,1.33,$1)
|
||||
- ok=no
|
||||
-])
|
||||
-
|
||||
-dnl
|
||||
-dnl Find gpgrt-config, which uses .pc file
|
||||
-dnl (minimum pkg-config functionality, supporting cross build)
|
||||
-dnl
|
||||
-dnl _AM_PATH_GPGRT_CONFIG
|
||||
-AC_DEFUN([_AM_PATH_GPGRT_CONFIG],[dnl
|
||||
- AC_PATH_PROG(GPGRT_CONFIG, gpgrt-config, no, [$prefix/bin:$PATH])
|
||||
- if test "$GPGRT_CONFIG" != "no"; then
|
||||
- # Determine gpgrt_libdir
|
||||
@@ -118,12 +125,9 @@ index a975e53..af4bf2f 100644
|
||||
- fi
|
||||
- if test -n "$gpgrt_libdir"; then break; fi
|
||||
- done
|
||||
- if test -z "$libdir_candidates"; then
|
||||
- # No valid pkgconfig dir in any of the system directories, fallback
|
||||
- gpgrt_libdir=${possible_libdir1}
|
||||
- fi
|
||||
- else
|
||||
- # When we cannot determine system libdir-format, use this:
|
||||
- fi
|
||||
- if test -z "$gpgrt_libdir"; then
|
||||
- # No valid pkgconfig dir in any of the system directories, fallback
|
||||
- gpgrt_libdir=${possible_libdir1}
|
||||
- fi
|
||||
- else
|
||||
@@ -137,12 +141,33 @@ index a975e53..af4bf2f 100644
|
||||
- AC_MSG_NOTICE([Use gpgrt-config with $gpgrt_libdir as gpg-error-config])
|
||||
- gpg_error_config_version=`$GPG_ERROR_CONFIG --modversion`
|
||||
- else
|
||||
- gpg_error_config_version=`$GPG_ERROR_CONFIG --version`
|
||||
- unset GPGRT_CONFIG
|
||||
- fi
|
||||
- elif test "$GPG_ERROR_CONFIG" != "no"; then
|
||||
- gpg_error_config_version=`$GPG_ERROR_CONFIG --version`
|
||||
- unset GPGRT_CONFIG
|
||||
- fi
|
||||
-])
|
||||
-
|
||||
-dnl AM_PATH_GPG_ERROR([MINIMUM-VERSION,
|
||||
-dnl [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND ]]])
|
||||
-dnl
|
||||
-dnl Test for libgpg-error and define GPG_ERROR_CFLAGS, GPG_ERROR_LIBS,
|
||||
-dnl GPG_ERROR_MT_CFLAGS, and GPG_ERROR_MT_LIBS. The _MT_ variants are
|
||||
-dnl used for programs requireing real multi thread support.
|
||||
-dnl
|
||||
-dnl If a prefix option is not used, the config script is first
|
||||
-dnl searched in $SYSROOT/bin and then along $PATH. If the used
|
||||
-dnl config script does not match the host specification the script
|
||||
-dnl is added to the gpg_config_script_warn variable.
|
||||
-dnl
|
||||
-AC_DEFUN([AM_PATH_GPG_ERROR],[dnl
|
||||
-AC_REQUIRE([AC_CANONICAL_HOST])dnl
|
||||
-AC_REQUIRE([_AM_PATH_POSSIBLE_GPG_ERROR_CONFIG])dnl
|
||||
-AC_REQUIRE([_AM_PATH_GPGRT_CONFIG])dnl
|
||||
- min_gpg_error_version=ifelse([$1], ,1.33,$1)
|
||||
- ok=no
|
||||
- if test "$GPG_ERROR_CONFIG" != "no"; then
|
||||
- req_major=`echo $min_gpg_error_version | \
|
||||
- sed 's/\([[0-9]]*\)\.\([[0-9]]*\)/\1/'`
|
||||
@@ -163,6 +188,8 @@ index a975e53..af4bf2f 100644
|
||||
- fi
|
||||
- fi
|
||||
- AC_MSG_CHECKING(for GPG Error - version >= $min_gpg_error_version)
|
||||
+AC_DEFUN([AM_PATH_GPG_ERROR],
|
||||
+[ AC_REQUIRE([AC_CANONICAL_HOST])
|
||||
+ min_gpg_error_version=ifelse([$1], ,0.0,$1)
|
||||
+ PKG_CHECK_MODULES(GPG_ERROR, [gpg-error >= $min_gpg_error_version], [ok=yes], [ok=no])
|
||||
if test $ok = yes; then
|
||||
@@ -187,7 +214,7 @@ index a975e53..af4bf2f 100644
|
||||
fi
|
||||
if test x"$gpg_error_config_host" != xnone ; then
|
||||
if test x"$gpg_error_config_host" != x"$host" ; then
|
||||
@@ -198,15 +48,6 @@ AC_DEFUN([AM_PATH_GPG_ERROR],
|
||||
@@ -211,15 +38,6 @@ AC_REQUIRE([_AM_PATH_GPGRT_CONFIG])dnl
|
||||
fi
|
||||
fi
|
||||
else
|
||||
|
||||
@@ -6,7 +6,7 @@ BUGTRACKER = "https://bugs.g10code.com/gnupg/index"
|
||||
LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
|
||||
file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
|
||||
file://src/gpg-error.h.in;beginline=2;endline=18;md5=d82591bc81561f617da71e00ff4a9d79 \
|
||||
file://src/gpg-error.h.in;beginline=2;endline=18;md5=20f4cf5d81ea2fad18f6297500018654 \
|
||||
file://src/init.c;beginline=2;endline=17;md5=f01cdfcf747af5380590cfd9bbfeaaf7 \
|
||||
"
|
||||
|
||||
@@ -20,7 +20,7 @@ SRC_URI = "${GNUPG_MIRROR}/libgpg-error/libgpg-error-${PV}.tar.bz2 \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
||||
SRC_URI[sha256sum] = "b7e11a64246bbe5ef37748de43b245abd72cfcd53c9ae5e7fc5ca59f1c81268d"
|
||||
SRC_URI[sha256sum] = "9e3c670966b96ecc746c28c2c419541e3bcb787d1a73930f5e5f5e1bcbbb9bdb"
|
||||
|
||||
BINCONFIG = "${bindir}/gpg-error-config"
|
||||
|
||||
Reference in New Issue
Block a user