summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex@linutronix.de>2024-08-27 07:23:41 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-08-28 09:14:27 +0100
commitb773b1ca8a2bb047543ac8d0f0ae9e04832bf8e5 (patch)
tree7f3e581261563b9c5a4e8a79c50496ae079b6185
parentaa463a8da13ce39d467c634deba472c4f042a8f9 (diff)
downloadpoky-b773b1ca8a2bb047543ac8d0f0ae9e04832bf8e5.tar.gz
libksba: update 1.6.6 -> 1.6.7
(From OE-Core rev: d832c99de2315a852157b9dc56c87cff2dc71a3e) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/libksba/libksba/ksba-add-pkgconfig-support.patch22
-rw-r--r--meta/recipes-support/libksba/libksba_1.6.7.bb (renamed from meta/recipes-support/libksba/libksba_1.6.6.bb)2
2 files changed, 13 insertions, 11 deletions
diff --git a/meta/recipes-support/libksba/libksba/ksba-add-pkgconfig-support.patch b/meta/recipes-support/libksba/libksba/ksba-add-pkgconfig-support.patch
index bdb80ff34d..468fbd76f8 100644
--- a/meta/recipes-support/libksba/libksba/ksba-add-pkgconfig-support.patch
+++ b/meta/recipes-support/libksba/libksba/ksba-add-pkgconfig-support.patch
@@ -1,4 +1,4 @@
1From ca8174aa81d7bf364b33f7254a9e887735c4996d Mon Sep 17 00:00:00 2001 1From 46c0582d1087220e9404a14a851085b8f29773c4 Mon Sep 17 00:00:00 2001
2From: Chen Qi <Qi.Chen@windriver.com> 2From: Chen Qi <Qi.Chen@windriver.com>
3Date: Mon, 3 Dec 2012 18:17:31 +0800 3Date: Mon, 3 Dec 2012 18:17:31 +0800
4Subject: [PATCH] libksba: add pkgconfig support 4Subject: [PATCH] libksba: add pkgconfig support
@@ -10,19 +10,20 @@ This patch is rejected by upstream for the reason below:
10They think pkgconfig adds no portability and maintaining them is not worthwhile. 10They think pkgconfig adds no portability and maintaining them is not worthwhile.
11 11
12Signed-off-by: Chen Qi <Qi.Chen@windriver.com> 12Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
13
14--- 13---
15 src/ksba.m4 | 90 +++-------------------------------------------------- 14 src/ksba.m4 | 93 +++--------------------------------------------------
16 1 file changed, 4 insertions(+), 86 deletions(-) 15 1 file changed, 5 insertions(+), 88 deletions(-)
17 16
18diff --git a/src/ksba.m4 b/src/ksba.m4 17diff --git a/src/ksba.m4 b/src/ksba.m4
19index 452c245..aa96255 100644 18index 80f0d38..8f8761a 100644
20--- a/src/ksba.m4 19--- a/src/ksba.m4
21+++ b/src/ksba.m4 20+++ b/src/ksba.m4
22@@ -23,37 +23,6 @@ dnl with a changed API. 21@@ -107,39 +107,7 @@ dnl this features allows to prevent build against newer versions of libksba
22 dnl with a changed API.
23 dnl 23 dnl
24 AC_DEFUN([AM_PATH_KSBA], 24 AC_DEFUN([AM_PATH_KSBA],
25 [ AC_REQUIRE([AC_CANONICAL_HOST]) 25-[ AC_REQUIRE([AC_CANONICAL_HOST])dnl
26- AC_REQUIRE([_AM_PATH_GPGRT_CONFIG])dnl
26- dnl --with-libksba-prefix=PFX is the preferred name for this option, 27- dnl --with-libksba-prefix=PFX is the preferred name for this option,
27- dnl since that is consistent with how our three siblings use the directory/ 28- dnl since that is consistent with how our three siblings use the directory/
28- dnl package name in --with-$dir_name-prefix=PFX. 29- dnl package name in --with-$dir_name-prefix=PFX.
@@ -54,10 +55,11 @@ index 452c245..aa96255 100644
54- if test -z "$use_gpgrt_config"; then 55- if test -z "$use_gpgrt_config"; then
55- AC_PATH_PROG(KSBA_CONFIG, ksba-config, no) 56- AC_PATH_PROG(KSBA_CONFIG, ksba-config, no)
56- fi 57- fi
58+[ AC_REQUIRE([AC_CANONICAL_HOST])
57 59
58 tmp=ifelse([$1], ,1:1.0.0,$1) 60 tmp=ifelse([$1], ,1:1.0.0,$1)
59 if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then 61 if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then
60@@ -64,56 +33,13 @@ AC_DEFUN([AM_PATH_KSBA], 62@@ -150,56 +118,13 @@ AC_DEFUN([AM_PATH_KSBA],
61 min_ksba_version="$tmp" 63 min_ksba_version="$tmp"
62 fi 64 fi
63 65
@@ -117,7 +119,7 @@ index 452c245..aa96255 100644
117 if test "$tmp" -gt 0 ; then 119 if test "$tmp" -gt 0 ; then
118 AC_MSG_CHECKING([KSBA API version]) 120 AC_MSG_CHECKING([KSBA API version])
119 if test "$req_ksba_api" -eq "$tmp" ; then 121 if test "$req_ksba_api" -eq "$tmp" ; then
120@@ -126,14 +52,8 @@ AC_DEFUN([AM_PATH_KSBA], 122@@ -212,14 +137,8 @@ AC_DEFUN([AM_PATH_KSBA],
121 fi 123 fi
122 fi 124 fi
123 if test $ok = yes; then 125 if test $ok = yes; then
@@ -133,7 +135,7 @@ index 452c245..aa96255 100644
133 if test x"$libksba_config_host" != xnone ; then 135 if test x"$libksba_config_host" != xnone ; then
134 if test x"$libksba_config_host" != x"$host" ; then 136 if test x"$libksba_config_host" != x"$host" ; then
135 AC_MSG_WARN([[ 137 AC_MSG_WARN([[
136@@ -147,8 +67,6 @@ AC_DEFUN([AM_PATH_KSBA], 138@@ -233,8 +152,6 @@ AC_DEFUN([AM_PATH_KSBA],
137 fi 139 fi
138 fi 140 fi
139 else 141 else
diff --git a/meta/recipes-support/libksba/libksba_1.6.6.bb b/meta/recipes-support/libksba/libksba_1.6.7.bb
index 2230a032f6..b7a9fc4050 100644
--- a/meta/recipes-support/libksba/libksba_1.6.6.bb
+++ b/meta/recipes-support/libksba/libksba_1.6.7.bb
@@ -24,7 +24,7 @@ UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html"
24SRC_URI = "${GNUPG_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ 24SRC_URI = "${GNUPG_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \
25 file://ksba-add-pkgconfig-support.patch" 25 file://ksba-add-pkgconfig-support.patch"
26 26
27SRC_URI[sha256sum] = "5dec033d211559338838c0c4957c73dfdc3ee86f73977d6279640c9cd08ce6a4" 27SRC_URI[sha256sum] = "cf72510b8ebb4eb6693eef765749d83677a03c79291a311040a5bfd79baab763"
28 28
29do_configure:prepend () { 29do_configure:prepend () {
30 # Else these could be used in preference to those in aclocal-copy 30 # Else these could be used in preference to those in aclocal-copy