summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gpgme/gpgme/0003-Correctly-install-python-modules.patch
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-12-19 17:33:12 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-12-23 08:46:00 +0000
commit147450c82339e4c75544376ffa2f6fed6296c617 (patch)
tree8cc0b7feaf1f558e1410deefe5f8f288903081fa /meta/recipes-support/gpgme/gpgme/0003-Correctly-install-python-modules.patch
parent54bd979f70c80cea9c60ba17373e5ddcf61a557b (diff)
downloadpoky-147450c82339e4c75544376ffa2f6fed6296c617.tar.gz
gpgme: upgrade 1.23.1 -> 1.23.2
Changelog: ============ * Preserve more specific existing failure code. * qt: Start dirmngr with gpgconf to avoid multiple instances. * qt: On Windows, use UTF-8 when logging the error text. * qt: Remove left-over partial files more persistently. * qt: Use a temporary file name when creating signed or encrypted archives. * qt: Build Qt 6 bindings with -fPIC if requested or Qt 6 was built with this flag. 0001-autogen.sh-remove-unknown-in-version.patch0001-pkgconfig.patch 0001-pkgconfig.patch 0001-use-closefrom-on-linux-and-glibc-2.34.patch 0003-Correctly-install-python-modules.patch 0005-gpgme-config-skip-all-lib-or-usr-lib-directories-in-.patch 0006-fix-build-path-issue.patch 0008-do-not-auto-check-var-PYTHON.patch refreshed for 1.23.2 (From OE-Core rev: 178dab3a479729aa0980a40846a81f5f3da8d709) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gpgme/gpgme/0003-Correctly-install-python-modules.patch')
-rw-r--r--meta/recipes-support/gpgme/gpgme/0003-Correctly-install-python-modules.patch12
1 files changed, 5 insertions, 7 deletions
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 de1689ec05..204fe5934d 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,7 +1,7 @@
1From f632148fcc8757bb9a9601a6dab275e88cd309d2 Mon Sep 17 00:00:00 2001 1From 8c850aa109c42d0c193bccc7af45dbc2689b23f6 Mon Sep 17 00:00:00 2001
2From: Hongxu Jia <hongxu.jia@windriver.com> 2From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Tue, 30 Jan 2018 15:28:49 +0800 3Date: Tue, 30 Jan 2018 15:28:49 +0800
4Subject: [PATCH 3/7] Correctly install python modules 4Subject: [PATCH] Correctly install python modules
5 5
6Upstream-Status: Inappropriate [oe-core specific] 6Upstream-Status: Inappropriate [oe-core specific]
7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> 7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
@@ -12,15 +12,16 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
12 12
13Rebase to 1.10.0 13Rebase to 1.10.0
14Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> 14Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
15
15--- 16---
16 lang/python/Makefile.am | 1 + 17 lang/python/Makefile.am | 1 +
17 1 file changed, 1 insertion(+) 18 1 file changed, 1 insertion(+)
18 19
19diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am 20diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am
20index 6988faf..36c6f7b 100644 21index 68b98e8..bbb9111 100644
21--- a/lang/python/Makefile.am 22--- a/lang/python/Makefile.am
22+++ b/lang/python/Makefile.am 23+++ b/lang/python/Makefile.am
23@@ -93,6 +93,7 @@ install-exec-local: 24@@ -97,6 +97,7 @@ install-exec-local:
24 --build-base="$$(basename "$${PYTHON}")-gpg" \ 25 --build-base="$$(basename "$${PYTHON}")-gpg" \
25 install \ 26 install \
26 --prefix "$(DESTDIR)$(prefix)" \ 27 --prefix "$(DESTDIR)$(prefix)" \
@@ -28,6 +29,3 @@ index 6988faf..36c6f7b 100644
28 --verbose ; \ 29 --verbose ; \
29 done 30 done
30 31
31--
322.7.4
33