diff options
author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2021-03-29 13:51:23 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-18 11:37:24 +0100 |
commit | 31e395f4ba3c4ed3fad505cd2fe645665168f8e5 (patch) | |
tree | 2404ea523abff3a9021b7112f3f4b499ef5bdb14 /meta/recipes-support/libassuan | |
parent | 8c88d149c896f51c4f222faad9fde10810cdf815 (diff) | |
download | poky-31e395f4ba3c4ed3fad505cd2fe645665168f8e5.tar.gz |
libassuan: upgrade 2.5.4 -> 2.5.5
refresh libassuan-add-pkgconfig-support.patch
(From OE-Core rev: e4948654311034d75352ffd74d7f602d7f8394de)
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libassuan')
-rw-r--r-- | meta/recipes-support/libassuan/libassuan/libassuan-add-pkgconfig-support.patch | 27 | ||||
-rw-r--r-- | meta/recipes-support/libassuan/libassuan_2.5.5.bb (renamed from meta/recipes-support/libassuan/libassuan_2.5.4.bb) | 2 |
2 files changed, 18 insertions, 11 deletions
diff --git a/meta/recipes-support/libassuan/libassuan/libassuan-add-pkgconfig-support.patch b/meta/recipes-support/libassuan/libassuan/libassuan-add-pkgconfig-support.patch index 0e81454c63..fe811254d3 100644 --- a/meta/recipes-support/libassuan/libassuan/libassuan-add-pkgconfig-support.patch +++ b/meta/recipes-support/libassuan/libassuan/libassuan-add-pkgconfig-support.patch | |||
@@ -8,17 +8,20 @@ Signed-off-by: Constantin Musca <constantinx.musca@intel.com> | |||
8 | 8 | ||
9 | forward ported to 2.4.4 | 9 | forward ported to 2.4.4 |
10 | Signed-off-by: Armin Kuster <akuster@mvista.com> | 10 | Signed-off-by: Armin Kuster <akuster@mvista.com> |
11 | --- | ||
12 | src/libassuan.m4 | 81 ++---------------------------------------------- | ||
13 | 1 file changed, 3 insertions(+), 78 deletions(-) | ||
11 | 14 | ||
12 | Index: libassuan-2.5.2/src/libassuan.m4 | 15 | diff --git a/src/libassuan.m4 b/src/libassuan.m4 |
13 | =================================================================== | 16 | index df50484..380a48a 100644 |
14 | --- libassuan-2.5.2.orig/src/libassuan.m4 | 17 | --- a/src/libassuan.m4 |
15 | +++ libassuan-2.5.2/src/libassuan.m4 | 18 | +++ b/src/libassuan.m4 |
16 | @@ -16,27 +16,6 @@ dnl Returns ok set to yes or no. | 19 | @@ -17,27 +17,6 @@ dnl Returns ok set to yes or no. |
17 | dnl | 20 | dnl |
18 | AC_DEFUN([_AM_PATH_LIBASSUAN_COMMON], | 21 | AC_DEFUN([_AM_PATH_LIBASSUAN_COMMON], |
19 | [ AC_REQUIRE([AC_CANONICAL_HOST]) | 22 | [ AC_REQUIRE([AC_CANONICAL_HOST]) |
20 | - AC_ARG_WITH(libassuan-prefix, | 23 | - AC_ARG_WITH(libassuan-prefix, |
21 | - AC_HELP_STRING([--with-libassuan-prefix=PFX], | 24 | - AS_HELP_STRING([--with-libassuan-prefix=PFX], |
22 | - [prefix where LIBASSUAN is installed (optional)]), | 25 | - [prefix where LIBASSUAN is installed (optional)]), |
23 | - libassuan_config_prefix="$withval", libassuan_config_prefix="") | 26 | - libassuan_config_prefix="$withval", libassuan_config_prefix="") |
24 | - if test x$libassuan_config_prefix != x ; then | 27 | - if test x$libassuan_config_prefix != x ; then |
@@ -41,10 +44,11 @@ Index: libassuan-2.5.2/src/libassuan.m4 | |||
41 | 44 | ||
42 | tmp=ifelse([$1], ,1:0.9.2,$1) | 45 | tmp=ifelse([$1], ,1:0.9.2,$1) |
43 | if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then | 46 | if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then |
44 | @@ -47,58 +26,11 @@ AC_DEFUN([_AM_PATH_LIBASSUAN_COMMON], | 47 | @@ -47,59 +26,11 @@ AC_DEFUN([_AM_PATH_LIBASSUAN_COMMON], |
48 | req_libassuan_api=0 | ||
45 | min_libassuan_version="$tmp" | 49 | min_libassuan_version="$tmp" |
46 | fi | 50 | fi |
47 | 51 | - | |
48 | - AC_MSG_CHECKING(for LIBASSUAN - version >= $min_libassuan_version) | 52 | - AC_MSG_CHECKING(for LIBASSUAN - version >= $min_libassuan_version) |
49 | - ok=no | 53 | - ok=no |
50 | - if test "$LIBASSUAN_CONFIG" != "no"; then | 54 | - if test "$LIBASSUAN_CONFIG" != "no"; then |
@@ -102,7 +106,7 @@ Index: libassuan-2.5.2/src/libassuan.m4 | |||
102 | if test "$tmp" -gt 0 ; then | 106 | if test "$tmp" -gt 0 ; then |
103 | AC_MSG_CHECKING([LIBASSUAN API version]) | 107 | AC_MSG_CHECKING([LIBASSUAN API version]) |
104 | if test "$req_libassuan_api" -eq "$tmp" ; then | 108 | if test "$req_libassuan_api" -eq "$tmp" ; then |
105 | @@ -114,9 +46,7 @@ AC_DEFUN([_AM_PATH_LIBASSUAN_COMMON], | 109 | @@ -115,9 +46,7 @@ AC_DEFUN([_AM_PATH_LIBASSUAN_COMMON], |
106 | if test $ok = yes; then | 110 | if test $ok = yes; then |
107 | if test x"$host" != x ; then | 111 | if test x"$host" != x ; then |
108 | if test -z "$use_gpgrt_config"; then | 112 | if test -z "$use_gpgrt_config"; then |
@@ -113,7 +117,7 @@ Index: libassuan-2.5.2/src/libassuan.m4 | |||
113 | fi | 117 | fi |
114 | if test x"$libassuan_config_host" != xnone ; then | 118 | if test x"$libassuan_config_host" != xnone ; then |
115 | if test x"$libassuan_config_host" != x"$host" ; then | 119 | if test x"$libassuan_config_host" != x"$host" ; then |
116 | @@ -158,12 +88,8 @@ dnl | 120 | @@ -159,12 +88,8 @@ dnl |
117 | AC_DEFUN([AM_PATH_LIBASSUAN], | 121 | AC_DEFUN([AM_PATH_LIBASSUAN], |
118 | [ _AM_PATH_LIBASSUAN_COMMON($1) | 122 | [ _AM_PATH_LIBASSUAN_COMMON($1) |
119 | if test $ok = yes; then | 123 | if test $ok = yes; then |
@@ -126,3 +130,6 @@ Index: libassuan-2.5.2/src/libassuan.m4 | |||
126 | ifelse([$3], , :, [$3]) | 130 | ifelse([$3], , :, [$3]) |
127 | fi | 131 | fi |
128 | AC_SUBST(LIBASSUAN_CFLAGS) | 132 | AC_SUBST(LIBASSUAN_CFLAGS) |
133 | -- | ||
134 | 2.25.1 | ||
135 | |||
diff --git a/meta/recipes-support/libassuan/libassuan_2.5.4.bb b/meta/recipes-support/libassuan/libassuan_2.5.5.bb index d44b95aa0f..3d12ea09e8 100644 --- a/meta/recipes-support/libassuan/libassuan_2.5.4.bb +++ b/meta/recipes-support/libassuan/libassuan_2.5.5.bb | |||
@@ -20,7 +20,7 @@ SRC_URI = "${GNUPG_MIRROR}/libassuan/libassuan-${PV}.tar.bz2 \ | |||
20 | file://libassuan-add-pkgconfig-support.patch \ | 20 | file://libassuan-add-pkgconfig-support.patch \ |
21 | " | 21 | " |
22 | 22 | ||
23 | SRC_URI[sha256sum] = "c080ee96b3bd519edd696cfcebdecf19a3952189178db9887be713ccbcb5fbf0" | 23 | SRC_URI[sha256sum] = "8e8c2fcc982f9ca67dcbb1d95e2dc746b1739a4668bc20b3a3c5be632edb34e4" |
24 | 24 | ||
25 | BINCONFIG = "${bindir}/libassuan-config" | 25 | BINCONFIG = "${bindir}/libassuan-config" |
26 | 26 | ||