summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gpgme/gpgme/0001-Correctly-install-python-modules.patch
blob: 42655fbbe6873a0fcd6d66f31a02689257273acd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From 4d714c097e497b63d2e8b22a834c671045e215e9 Mon Sep 17 00:00:00 2001
From: Alexander Kanavin <alex.kanavin@gmail.com>
Date: Thu, 9 Mar 2017 21:34:55 +0200
Subject: [PATCH] Correctly install python modules

Upstream-Status: Inappropriate [oe-core specific]
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 lang/python/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am
index e32fd12..5ecf6fb 100644
--- a/lang/python/Makefile.am
+++ b/lang/python/Makefile.am
@@ -102,6 +102,7 @@ install-exec-local:
 	for PYTHON in $(PYTHONS); do \
 	  $$PYTHON setup.py install \
 	  --prefix $(DESTDIR)$(prefix) \
+          --install-lib=$(DESTDIR)${pythondir} \
 	  --record files.txt \
 	  --verbose ; \
 	  cat files.txt >> install_files.txt ; \
-- 
2.11.0