1From 8c850aa109c42d0c193bccc7af45dbc2689b23f6 Mon Sep 17 00:00:00 2001
2From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Tue, 30 Jan 2018 15:28:49 +0800
4Subject: [PATCH] Correctly install python modules
5
6Upstream-Status: Inappropriate [oe-core specific]
7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
8
9Rebase to 1.9.0
10
11Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
12
13Rebase to 1.10.0
14Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
15
16---
17 lang/python/Makefile.am | 1 +
18 1 file changed, 1 insertion(+)
19
20diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am
21index 68b98e8..bbb9111 100644
22--- a/lang/python/Makefile.am
23+++ b/lang/python/Makefile.am
24@@ -97,6 +97,7 @@ install-exec-local:
25 	  --build-base="$$(basename "$${PYTHON}")-gpg" \
26 	  install \
27 	  --prefix "$(DESTDIR)$(prefix)" \
28+	  --install-lib=$(DESTDIR)${pythondir} \
29 	  --verbose ; \
30 	done
31
32