summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gpgme/gpgme/0001-Correctly-install-python-modules.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/gpgme/gpgme/0001-Correctly-install-python-modules.patch')
-rw-r--r--meta/recipes-support/gpgme/gpgme/0001-Correctly-install-python-modules.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-support/gpgme/gpgme/0001-Correctly-install-python-modules.patch b/meta/recipes-support/gpgme/gpgme/0001-Correctly-install-python-modules.patch
new file mode 100644
index 0000000000..42655fbbe6
--- /dev/null
+++ b/meta/recipes-support/gpgme/gpgme/0001-Correctly-install-python-modules.patch
@@ -0,0 +1,26 @@
1From 4d714c097e497b63d2e8b22a834c671045e215e9 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Thu, 9 Mar 2017 21:34:55 +0200
4Subject: [PATCH] Correctly install python modules
5
6Upstream-Status: Inappropriate [oe-core specific]
7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
8---
9 lang/python/Makefile.am | 1 +
10 1 file changed, 1 insertion(+)
11
12diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am
13index e32fd12..5ecf6fb 100644
14--- a/lang/python/Makefile.am
15+++ b/lang/python/Makefile.am
16@@ -102,6 +102,7 @@ install-exec-local:
17 for PYTHON in $(PYTHONS); do \
18 $$PYTHON setup.py install \
19 --prefix $(DESTDIR)$(prefix) \
20+ --install-lib=$(DESTDIR)${pythondir} \
21 --record files.txt \
22 --verbose ; \
23 cat files.txt >> install_files.txt ; \
24--
252.11.0
26