diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-01 10:34:18 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-03 10:51:27 +0000 |
commit | 49cfc75a561ffc3b7186fb46ebdda69a66807c9f (patch) | |
tree | fe61bf6e494ab7e25cfc0af1d38e080df02b6312 | |
parent | 3c362f2e0e6b6b181c2aae56b15c8ab1e09961a1 (diff) | |
download | poky-49cfc75a561ffc3b7186fb46ebdda69a66807c9f.tar.gz |
gpgme: upgrade 1.24.0 -> 1.24.1
(From OE-Core rev: abbc6639b74fe7e19802e764ca438d897b9ae92c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 files changed, 27 insertions, 39 deletions
diff --git a/meta/recipes-support/gpgme/gpgme/0001-Revert-build-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch b/meta/recipes-support/gpgme/gpgme/0001-Revert-build-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch index 8ed39280ca..e6e86dfd77 100644 --- a/meta/recipes-support/gpgme/gpgme/0001-Revert-build-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch +++ b/meta/recipes-support/gpgme/gpgme/0001-Revert-build-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From ee1421f7a7a9f31400ba992a5be52b88d20170c9 Mon Sep 17 00:00:00 2001 | 1 | From b12b01239909b6fb41adc64d3c0ed32795554369 Mon Sep 17 00:00:00 2001 |
2 | From: Hongxu Jia <hongxu.jia@windriver.com> | 2 | From: Hongxu Jia <hongxu.jia@windriver.com> |
3 | Date: Fri, 10 May 2019 14:18:04 +0800 | 3 | Date: Fri, 10 May 2019 14:18:04 +0800 |
4 | Subject: [PATCH] Revert "build: Make gpgme.m4 use gpgrt-config with *.pc." | 4 | Subject: [PATCH] Revert "build: Make gpgme.m4 use gpgrt-config with *.pc." |
@@ -10,16 +10,15 @@ The oe-core does not support gpgrt-config, so revert it | |||
10 | Upstream-Status: Inappropriate [oe-core specific] | 10 | Upstream-Status: Inappropriate [oe-core specific] |
11 | 11 | ||
12 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | 12 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> |
13 | |||
14 | --- | 13 | --- |
15 | src/gpgme.m4 | 54 ++++++++-------------------------------------------- | 14 | src/gpgme.m4 | 54 ++++++++-------------------------------------------- |
16 | 1 file changed, 8 insertions(+), 46 deletions(-) | 15 | 1 file changed, 8 insertions(+), 46 deletions(-) |
17 | 16 | ||
18 | diff --git a/src/gpgme.m4 b/src/gpgme.m4 | 17 | diff --git a/src/gpgme.m4 b/src/gpgme.m4 |
19 | index f2906c1..8cc2898 100644 | 18 | index 4cfe899..5f689e1 100644 |
20 | --- a/src/gpgme.m4 | 19 | --- a/src/gpgme.m4 |
21 | +++ b/src/gpgme.m4 | 20 | +++ b/src/gpgme.m4 |
22 | @@ -125,24 +125,10 @@ AC_REQUIRE([_AM_PATH_GPGRT_CONFIG])dnl | 21 | @@ -122,24 +122,10 @@ AC_REQUIRE([_AM_PATH_GPGRT_CONFIG])dnl |
23 | fi | 22 | fi |
24 | fi | 23 | fi |
25 | 24 | ||
@@ -46,7 +45,7 @@ index f2906c1..8cc2898 100644 | |||
46 | fi | 45 | fi |
47 | gpgme_version_major=`echo $gpgme_version | \ | 46 | gpgme_version_major=`echo $gpgme_version | \ |
48 | sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\1/'` | 47 | sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\1/'` |
49 | @@ -155,16 +141,12 @@ AC_REQUIRE([_AM_PATH_GPGRT_CONFIG])dnl | 48 | @@ -152,16 +138,12 @@ AC_REQUIRE([_AM_PATH_GPGRT_CONFIG])dnl |
50 | 49 | ||
51 | AC_DEFUN([_AM_PATH_GPGME_CONFIG_HOST_CHECK], | 50 | AC_DEFUN([_AM_PATH_GPGME_CONFIG_HOST_CHECK], |
52 | [ | 51 | [ |
@@ -65,7 +64,7 @@ index f2906c1..8cc2898 100644 | |||
65 | *** built for $gpgme_config_host and thus may not match the | 64 | *** built for $gpgme_config_host and thus may not match the |
66 | *** used host $host. | 65 | *** used host $host. |
67 | *** You may want to use the configure option --with-gpgme-prefix | 66 | *** You may want to use the configure option --with-gpgme-prefix |
68 | @@ -225,11 +207,7 @@ AC_DEFUN([AM_PATH_GPGME], | 67 | @@ -223,11 +205,7 @@ AC_DEFUN([AM_PATH_GPGME], |
69 | # If we have a recent GPGME, we should also check that the | 68 | # If we have a recent GPGME, we should also check that the |
70 | # API is compatible. | 69 | # API is compatible. |
71 | if test "$req_gpgme_api" -gt 0 ; then | 70 | if test "$req_gpgme_api" -gt 0 ; then |
@@ -78,7 +77,7 @@ index f2906c1..8cc2898 100644 | |||
78 | if test "$tmp" -gt 0 ; then | 77 | if test "$tmp" -gt 0 ; then |
79 | if test "$req_gpgme_api" -ne "$tmp" ; then | 78 | if test "$req_gpgme_api" -ne "$tmp" ; then |
80 | ok=no | 79 | ok=no |
81 | @@ -372,11 +350,7 @@ AC_DEFUN([AM_PATH_GPGME_GLIB], | 80 | @@ -370,11 +348,7 @@ AC_DEFUN([AM_PATH_GPGME_GLIB], |
82 | # If we have a recent GPGME, we should also check that the | 81 | # If we have a recent GPGME, we should also check that the |
83 | # API is compatible. | 82 | # API is compatible. |
84 | if test "$req_gpgme_api" -gt 0 ; then | 83 | if test "$req_gpgme_api" -gt 0 ; then |
@@ -91,7 +90,7 @@ index f2906c1..8cc2898 100644 | |||
91 | if test "$tmp" -gt 0 ; then | 90 | if test "$tmp" -gt 0 ; then |
92 | if test "$req_gpgme_api" -ne "$tmp" ; then | 91 | if test "$req_gpgme_api" -ne "$tmp" ; then |
93 | ok=no | 92 | ok=no |
94 | @@ -385,20 +359,8 @@ AC_DEFUN([AM_PATH_GPGME_GLIB], | 93 | @@ -383,20 +357,8 @@ AC_DEFUN([AM_PATH_GPGME_GLIB], |
95 | fi | 94 | fi |
96 | fi | 95 | fi |
97 | if test $ok = yes; then | 96 | if test $ok = yes; then |
diff --git a/meta/recipes-support/gpgme/gpgme/0001-autogen.sh-remove-unknown-in-version.patch b/meta/recipes-support/gpgme/gpgme/0001-autogen.sh-remove-unknown-in-version.patch index 920df3d4c3..af97f11430 100644 --- a/meta/recipes-support/gpgme/gpgme/0001-autogen.sh-remove-unknown-in-version.patch +++ b/meta/recipes-support/gpgme/gpgme/0001-autogen.sh-remove-unknown-in-version.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 0d76b00111a112032eb8522791b70664100d4e0a Mon Sep 17 00:00:00 2001 | 1 | From 1d0fa519ef017aef4821af49c59bad119e7f0d66 Mon Sep 17 00:00:00 2001 |
2 | From: Hongxu Jia <hongxu.jia@windriver.com> | 2 | From: Hongxu Jia <hongxu.jia@windriver.com> |
3 | Date: Tue, 26 Nov 2024 23:23:42 -0800 | 3 | Date: Tue, 26 Nov 2024 23:23:42 -0800 |
4 | Subject: [PATCH] autogen.sh: remove '-unknown' in version | 4 | Subject: [PATCH] autogen.sh: remove '-unknown' in version |
@@ -20,7 +20,7 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | |||
20 | 1 file changed, 1 insertion(+), 1 deletion(-) | 20 | 1 file changed, 1 insertion(+), 1 deletion(-) |
21 | 21 | ||
22 | diff --git a/autogen.sh b/autogen.sh | 22 | diff --git a/autogen.sh b/autogen.sh |
23 | index 9f912972..9f7559b4 100755 | 23 | index 9f91297..9f7559b 100755 |
24 | --- a/autogen.sh | 24 | --- a/autogen.sh |
25 | +++ b/autogen.sh | 25 | +++ b/autogen.sh |
26 | @@ -271,7 +271,7 @@ if [ "$myhost" = "find-version" ]; then | 26 | @@ -271,7 +271,7 @@ if [ "$myhost" = "find-version" ]; then |
@@ -32,6 +32,3 @@ index 9f912972..9f7559b4 100755 | |||
32 | cid="0000000" | 32 | cid="0000000" |
33 | rev="0000000" | 33 | rev="0000000" |
34 | rvd="0" | 34 | rvd="0" |
35 | -- | ||
36 | 2.25.1 | ||
37 | |||
diff --git a/meta/recipes-support/gpgme/gpgme/0001-pkgconfig.patch b/meta/recipes-support/gpgme/gpgme/0001-pkgconfig.patch index 2fddf4c553..59f98103d4 100644 --- a/meta/recipes-support/gpgme/gpgme/0001-pkgconfig.patch +++ b/meta/recipes-support/gpgme/gpgme/0001-pkgconfig.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From e4e75bee348d297bd8288e6fd7e99ab033cbb90c Mon Sep 17 00:00:00 2001 | 1 | From 108461f6c50b57ba73970dc977e7d4e9a02624df Mon Sep 17 00:00:00 2001 |
2 | From: Hongxu Jia <hongxu.jia@windriver.com> | 2 | From: Hongxu Jia <hongxu.jia@windriver.com> |
3 | Date: Tue, 26 Nov 2024 23:04:52 -0800 | 3 | Date: Tue, 26 Nov 2024 23:04:52 -0800 |
4 | Subject: [PATCH] pkgconfig | 4 | Subject: [PATCH] pkgconfig |
@@ -27,10 +27,10 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | |||
27 | create mode 100644 src/gpgme-pthread.pc.in | 27 | create mode 100644 src/gpgme-pthread.pc.in |
28 | 28 | ||
29 | diff --git a/configure.ac b/configure.ac | 29 | diff --git a/configure.ac b/configure.ac |
30 | index 933fb150..08589a6b 100644 | 30 | index fe02bdf..6f33020 100644 |
31 | --- a/configure.ac | 31 | --- a/configure.ac |
32 | +++ b/configure.ac | 32 | +++ b/configure.ac |
33 | @@ -1160,6 +1160,7 @@ AC_CONFIG_FILES(Makefile src/Makefile | 33 | @@ -1179,6 +1179,7 @@ AC_CONFIG_FILES(Makefile src/Makefile |
34 | src/gpgme-glib.pc | 34 | src/gpgme-glib.pc |
35 | src/gpgme.h) | 35 | src/gpgme.h) |
36 | AC_CONFIG_FILES(src/gpgme-config, chmod +x src/gpgme-config) | 36 | AC_CONFIG_FILES(src/gpgme-config, chmod +x src/gpgme-config) |
@@ -39,7 +39,7 @@ index 933fb150..08589a6b 100644 | |||
39 | AC_CONFIG_FILES(lang/cpp/tests/Makefile) | 39 | AC_CONFIG_FILES(lang/cpp/tests/Makefile) |
40 | AC_CONFIG_FILES(lang/cpp/src/gpgmepp.pc) | 40 | AC_CONFIG_FILES(lang/cpp/src/gpgmepp.pc) |
41 | diff --git a/src/Makefile.am b/src/Makefile.am | 41 | diff --git a/src/Makefile.am b/src/Makefile.am |
42 | index 03708620..e716ce4d 100644 | 42 | index 0370862..e716ce4 100644 |
43 | --- a/src/Makefile.am | 43 | --- a/src/Makefile.am |
44 | +++ b/src/Makefile.am | 44 | +++ b/src/Makefile.am |
45 | @@ -20,11 +20,11 @@ | 45 | @@ -20,11 +20,11 @@ |
@@ -58,7 +58,7 @@ index 03708620..e716ce4d 100644 | |||
58 | noinst_SCRIPTS = gpgme-config | 58 | noinst_SCRIPTS = gpgme-config |
59 | diff --git a/src/gpgme-pthread.pc.in b/src/gpgme-pthread.pc.in | 59 | diff --git a/src/gpgme-pthread.pc.in b/src/gpgme-pthread.pc.in |
60 | new file mode 100644 | 60 | new file mode 100644 |
61 | index 00000000..074bbf6e | 61 | index 0000000..074bbf6 |
62 | --- /dev/null | 62 | --- /dev/null |
63 | +++ b/src/gpgme-pthread.pc.in | 63 | +++ b/src/gpgme-pthread.pc.in |
64 | @@ -0,0 +1,15 @@ | 64 | @@ -0,0 +1,15 @@ |
@@ -78,7 +78,7 @@ index 00000000..074bbf6e | |||
78 | +Cflags: -I${includedir} | 78 | +Cflags: -I${includedir} |
79 | +Requires: libassuan gpg-error | 79 | +Requires: libassuan gpg-error |
80 | diff --git a/src/gpgme.m4 b/src/gpgme.m4 | 80 | diff --git a/src/gpgme.m4 b/src/gpgme.m4 |
81 | index 5f689e18..249e8c98 100644 | 81 | index 5f689e1..249e8c9 100644 |
82 | --- a/src/gpgme.m4 | 82 | --- a/src/gpgme.m4 |
83 | +++ b/src/gpgme.m4 | 83 | +++ b/src/gpgme.m4 |
84 | @@ -166,7 +166,6 @@ dnl is added to the gpg_config_script_warn variable. | 84 | @@ -166,7 +166,6 @@ dnl is added to the gpg_config_script_warn variable. |
@@ -281,7 +281,7 @@ index 5f689e18..249e8c98 100644 | |||
281 | - AC_SUBST(GPGME_GLIB_LIBS) | 281 | - AC_SUBST(GPGME_GLIB_LIBS) |
282 | ]) | 282 | ]) |
283 | diff --git a/src/gpgme.pc.in b/src/gpgme.pc.in | 283 | diff --git a/src/gpgme.pc.in b/src/gpgme.pc.in |
284 | index 9ddef5cd..932645be 100644 | 284 | index 9ddef5c..932645b 100644 |
285 | --- a/src/gpgme.pc.in | 285 | --- a/src/gpgme.pc.in |
286 | +++ b/src/gpgme.pc.in | 286 | +++ b/src/gpgme.pc.in |
287 | @@ -9,6 +9,6 @@ Name: gpgme | 287 | @@ -9,6 +9,6 @@ Name: gpgme |
@@ -293,6 +293,3 @@ index 9ddef5cd..932645be 100644 | |||
293 | +Cflags: -I${includedir} | 293 | +Cflags: -I${includedir} |
294 | +Libs: -L${libdir} -lgpgme | 294 | +Libs: -L${libdir} -lgpgme |
295 | URL: https://www.gnupg.org/software/gpgme/index.html | 295 | URL: https://www.gnupg.org/software/gpgme/index.html |
296 | -- | ||
297 | 2.25.1 | ||
298 | |||
diff --git a/meta/recipes-support/gpgme/gpgme/0001-posix-io.c-Use-off_t-instead-of-off64_t.patch b/meta/recipes-support/gpgme/gpgme/0001-posix-io.c-Use-off_t-instead-of-off64_t.patch index be58c42128..9845b02969 100644 --- a/meta/recipes-support/gpgme/gpgme/0001-posix-io.c-Use-off_t-instead-of-off64_t.patch +++ b/meta/recipes-support/gpgme/gpgme/0001-posix-io.c-Use-off_t-instead-of-off64_t.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From be33cf1812b4c2a3ed85fb2532992bfb2b27b3be Mon Sep 17 00:00:00 2001 | 1 | From 13b955f66615caf34d19e86d97bcfe841d60d58c Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Thu, 15 Dec 2022 08:44:13 -0800 | 3 | Date: Thu, 15 Dec 2022 08:44:13 -0800 |
4 | Subject: [PATCH] posix-io.c: Use off_t instead of off64_t | 4 | Subject: [PATCH] posix-io.c: Use off_t instead of off64_t |
diff --git a/meta/recipes-support/gpgme/gpgme/0001-use-closefrom-on-linux-and-glibc-2.34.patch b/meta/recipes-support/gpgme/gpgme/0001-use-closefrom-on-linux-and-glibc-2.34.patch index 3d05808d63..f174e24ebc 100644 --- a/meta/recipes-support/gpgme/gpgme/0001-use-closefrom-on-linux-and-glibc-2.34.patch +++ b/meta/recipes-support/gpgme/gpgme/0001-use-closefrom-on-linux-and-glibc-2.34.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From e1fc4b06dcb62e1c2d85ae99f39ef1a8860570e1 Mon Sep 17 00:00:00 2001 | 1 | From 2592a1d97c66f8bff4bae095b14cb774de3e80c9 Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Thu, 15 Jul 2021 12:33:13 -0700 | 3 | Date: Thu, 15 Jul 2021 12:33:13 -0700 |
4 | Subject: [PATCH] use closefrom() on linux and glibc 2.34+ | 4 | Subject: [PATCH] use closefrom() on linux and glibc 2.34+ |
@@ -8,7 +8,6 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
8 | 8 | ||
9 | Rebase to 1.17.0 | 9 | Rebase to 1.17.0 |
10 | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> | 10 | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> |
11 | |||
12 | --- | 11 | --- |
13 | src/posix-io.c | 2 +- | 12 | src/posix-io.c | 2 +- |
14 | 1 file changed, 1 insertion(+), 1 deletion(-) | 13 | 1 file changed, 1 insertion(+), 1 deletion(-) |
diff --git a/meta/recipes-support/gpgme/gpgme/0002-gpgme-lang-python-gpg-error-config-should-not-be-use.patch b/meta/recipes-support/gpgme/gpgme/0002-gpgme-lang-python-gpg-error-config-should-not-be-use.patch index 0d2692912f..373660be94 100644 --- a/meta/recipes-support/gpgme/gpgme/0002-gpgme-lang-python-gpg-error-config-should-not-be-use.patch +++ b/meta/recipes-support/gpgme/gpgme/0002-gpgme-lang-python-gpg-error-config-should-not-be-use.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 9fce0689bc04506e5758444efa24ea99fe1ff5ef Mon Sep 17 00:00:00 2001 | 1 | From a956d17d2aa7fea53bab97715a8f98858e9b4a5c Mon Sep 17 00:00:00 2001 |
2 | From: Hongxu Jia <hongxu.jia@windriver.com> | 2 | From: Hongxu Jia <hongxu.jia@windriver.com> |
3 | Date: Fri, 10 May 2019 14:30:36 +0800 | 3 | Date: Fri, 10 May 2019 14:30:36 +0800 |
4 | Subject: [PATCH] gpgme/lang/python: gpg-error-config should not be used | 4 | Subject: [PATCH] gpgme/lang/python: gpg-error-config should not be used |
@@ -14,16 +14,15 @@ Signed-off-by: Mark Hatle <mark.hatle@windriver.com> | |||
14 | Rebase to 1.13.0 | 14 | Rebase to 1.13.0 |
15 | 15 | ||
16 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | 16 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> |
17 | |||
18 | --- | 17 | --- |
19 | lang/python/setup.py.in | 3 +-- | 18 | lang/python/setup.py.in | 3 +-- |
20 | 1 file changed, 1 insertion(+), 2 deletions(-) | 19 | 1 file changed, 1 insertion(+), 2 deletions(-) |
21 | 20 | ||
22 | diff --git a/lang/python/setup.py.in b/lang/python/setup.py.in | 21 | diff --git a/lang/python/setup.py.in b/lang/python/setup.py.in |
23 | index 6f36861..1d9058b 100755 | 22 | index d6f537e..695c02e 100755 |
24 | --- a/lang/python/setup.py.in | 23 | --- a/lang/python/setup.py.in |
25 | +++ b/lang/python/setup.py.in | 24 | +++ b/lang/python/setup.py.in |
26 | @@ -169,9 +169,8 @@ class BuildExtFirstHack(build): | 25 | @@ -173,9 +173,8 @@ class BuildExtFirstHack(build): |
27 | 26 | ||
28 | def _generate_errors_i(self): | 27 | def _generate_errors_i(self): |
29 | 28 | ||
diff --git a/meta/recipes-support/gpgme/gpgme/0003-Correctly-install-python-modules.patch b/meta/recipes-support/gpgme/gpgme/0003-Correctly-install-python-modules.patch index 204fe5934d..004e587518 100644 --- a/meta/recipes-support/gpgme/gpgme/0003-Correctly-install-python-modules.patch +++ b/meta/recipes-support/gpgme/gpgme/0003-Correctly-install-python-modules.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 8c850aa109c42d0c193bccc7af45dbc2689b23f6 Mon Sep 17 00:00:00 2001 | 1 | From 548d84c703a747c41a02e1d0ff6ad4c193a34a5c Mon Sep 17 00:00:00 2001 |
2 | From: Hongxu Jia <hongxu.jia@windriver.com> | 2 | From: Hongxu Jia <hongxu.jia@windriver.com> |
3 | Date: Tue, 30 Jan 2018 15:28:49 +0800 | 3 | Date: Tue, 30 Jan 2018 15:28:49 +0800 |
4 | Subject: [PATCH] Correctly install python modules | 4 | Subject: [PATCH] Correctly install python modules |
@@ -12,13 +12,12 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | |||
12 | 12 | ||
13 | Rebase to 1.10.0 | 13 | Rebase to 1.10.0 |
14 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | 14 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> |
15 | |||
16 | --- | 15 | --- |
17 | lang/python/Makefile.am | 1 + | 16 | lang/python/Makefile.am | 1 + |
18 | 1 file changed, 1 insertion(+) | 17 | 1 file changed, 1 insertion(+) |
19 | 18 | ||
20 | diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am | 19 | diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am |
21 | index 68b98e8..bbb9111 100644 | 20 | index a6fd639..136e979 100644 |
22 | --- a/lang/python/Makefile.am | 21 | --- a/lang/python/Makefile.am |
23 | +++ b/lang/python/Makefile.am | 22 | +++ b/lang/python/Makefile.am |
24 | @@ -97,6 +97,7 @@ install-exec-local: | 23 | @@ -97,6 +97,7 @@ install-exec-local: |
diff --git a/meta/recipes-support/gpgme/gpgme/0005-gpgme-config-skip-all-lib-or-usr-lib-directories-in-.patch b/meta/recipes-support/gpgme/gpgme/0005-gpgme-config-skip-all-lib-or-usr-lib-directories-in-.patch index 7fe0c9538a..120cb64b98 100644 --- a/meta/recipes-support/gpgme/gpgme/0005-gpgme-config-skip-all-lib-or-usr-lib-directories-in-.patch +++ b/meta/recipes-support/gpgme/gpgme/0005-gpgme-config-skip-all-lib-or-usr-lib-directories-in-.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 57475742b0288b4ee53c01c59c3ab03c1ef7932e Mon Sep 17 00:00:00 2001 | 1 | From 59b2e28b34f332d12935af41dbe3140f5842e8d1 Mon Sep 17 00:00:00 2001 |
2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> |
3 | Date: Thu, 13 Apr 2017 16:40:27 +0300 | 3 | Date: Thu, 13 Apr 2017 16:40:27 +0300 |
4 | Subject: [PATCH] gpgme-config: skip all /lib* or /usr/lib* directories in | 4 | Subject: [PATCH] gpgme-config: skip all /lib* or /usr/lib* directories in |
@@ -9,7 +9,6 @@ directory names than plain /lib or /usr/lib. | |||
9 | 9 | ||
10 | Upstream-Status: Inappropriate [oe-core specific] | 10 | Upstream-Status: Inappropriate [oe-core specific] |
11 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | 11 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> |
12 | |||
13 | --- | 12 | --- |
14 | src/gpgme-config.in | 2 +- | 13 | src/gpgme-config.in | 2 +- |
15 | 1 file changed, 1 insertion(+), 1 deletion(-) | 14 | 1 file changed, 1 insertion(+), 1 deletion(-) |
diff --git a/meta/recipes-support/gpgme/gpgme/0006-fix-build-path-issue.patch b/meta/recipes-support/gpgme/gpgme/0006-fix-build-path-issue.patch index 8d48db2feb..00449e3259 100644 --- a/meta/recipes-support/gpgme/gpgme/0006-fix-build-path-issue.patch +++ b/meta/recipes-support/gpgme/gpgme/0006-fix-build-path-issue.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 7938a5a760827aec737ea49d2f8719051abda188 Mon Sep 17 00:00:00 2001 | 1 | From 89a53d8d025fef4626006219f0f686982e215d97 Mon Sep 17 00:00:00 2001 |
2 | From: Hongxu Jia <hongxu.jia@windriver.com> | 2 | From: Hongxu Jia <hongxu.jia@windriver.com> |
3 | Date: Wed, 31 Jan 2018 11:01:09 +0800 | 3 | Date: Wed, 31 Jan 2018 11:01:09 +0800 |
4 | Subject: [PATCH] fix build path issue | 4 | Subject: [PATCH] fix build path issue |
@@ -12,13 +12,12 @@ to use relative path. | |||
12 | 12 | ||
13 | Upstream-Status: Submitted [gnupg-devel@gnupg.org] | 13 | Upstream-Status: Submitted [gnupg-devel@gnupg.org] |
14 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | 14 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> |
15 | |||
16 | --- | 15 | --- |
17 | lang/python/Makefile.am | 5 +++-- | 16 | lang/python/Makefile.am | 5 +++-- |
18 | 1 file changed, 3 insertions(+), 2 deletions(-) | 17 | 1 file changed, 3 insertions(+), 2 deletions(-) |
19 | 18 | ||
20 | diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am | 19 | diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am |
21 | index bbb9111..cee499e 100644 | 20 | index 136e979..1495982 100644 |
22 | --- a/lang/python/Makefile.am | 21 | --- a/lang/python/Makefile.am |
23 | +++ b/lang/python/Makefile.am | 22 | +++ b/lang/python/Makefile.am |
24 | @@ -96,8 +96,9 @@ install-exec-local: | 23 | @@ -96,8 +96,9 @@ install-exec-local: |
diff --git a/meta/recipes-support/gpgme/gpgme_1.24.0.bb b/meta/recipes-support/gpgme/gpgme_1.24.1.bb index d717c0cbb7..34f8a15e00 100644 --- a/meta/recipes-support/gpgme/gpgme_1.24.0.bb +++ b/meta/recipes-support/gpgme/gpgme_1.24.1.bb | |||
@@ -29,7 +29,7 @@ SRC_URI = "${GNUPG_MIRROR}/gpgme/${BP}.tar.bz2 \ | |||
29 | file://0001-autogen.sh-remove-unknown-in-version.patch \ | 29 | file://0001-autogen.sh-remove-unknown-in-version.patch \ |
30 | " | 30 | " |
31 | 31 | ||
32 | SRC_URI[sha256sum] = "61e3a6ad89323fecfaff176bc1728fb8c3312f2faa83424d9d5077ba20f5f7da" | 32 | SRC_URI[sha256sum] = "ea05d0258e71061d61716584ec34cef59330a91340571edc46b78374973ba85f" |
33 | 33 | ||
34 | PYTHON_DEPS = "${@bb.utils.contains('LANGUAGES', 'python', 'swig-native', '', d)}" | 34 | PYTHON_DEPS = "${@bb.utils.contains('LANGUAGES', 'python', 'swig-native', '', d)}" |
35 | 35 | ||