summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gpgme/gpgme/0003-Correctly-install-python-modules.patch
diff options
context:
space:
mode:
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.patch27
1 files changed, 15 insertions, 12 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 d38331171e..7c9cccc0ea 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 62332eec752dd790f4dd071dfb0dbe86be377203 Mon Sep 17 00:00:00 2001 1From 93aae34ee70b8d50b31a19a65d6ac8290cb148ae Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com> 2From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Wed, 16 Aug 2017 02:05:34 -0400 3Date: Tue, 30 Jan 2018 15:28:49 +0800
4Subject: [PATCH 3/5] Correctly install python modules 4Subject: [PATCH 2/4] 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>
@@ -9,22 +9,25 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
9Rebase to 1.9.0 9Rebase to 1.9.0
10 10
11Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> 11Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
12
13Rebase to 1.10.0
14Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
12--- 15---
13 lang/python/Makefile.am | 1 + 16 lang/python/Makefile.am | 1 +
14 1 file changed, 1 insertion(+) 17 1 file changed, 1 insertion(+)
15 18
16diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am 19diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am
17index d91ead9..67f7cdc 100644 20index 8d74cbd..ce4f0a5 100644
18--- a/lang/python/Makefile.am 21--- a/lang/python/Makefile.am
19+++ b/lang/python/Makefile.am 22+++ b/lang/python/Makefile.am
20@@ -106,6 +106,7 @@ install-exec-local: 23@@ -91,6 +91,7 @@ install-exec-local:
21 cd python$${VERSION}-gpg ; \ 24 --build-base="$$(basename "$${PYTHON}")-gpg" \
22 $$PYTHON setup.py install \ 25 install \
23 --prefix $(DESTDIR)$(prefix) \ 26 --prefix "$(DESTDIR)$(prefix)" \
24+ --install-lib=$(DESTDIR)${pythondir} \ 27+ --install-lib=$(DESTDIR)${pythondir} \
25 --record files.txt \
26 --verbose ; \ 28 --verbose ; \
27 cat files.txt >> ../install_files.txt ; \ 29 done
30
28-- 31--
292.8.1 321.8.3.1
30 33