1From f632148fcc8757bb9a9601a6dab275e88cd309d2 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 3/7] 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 lang/python/Makefile.am | 1 +
17 1 file changed, 1 insertion(+)
18
19diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am
20index 6988faf..36c6f7b 100644
21--- a/lang/python/Makefile.am
22+++ b/lang/python/Makefile.am
23@@ -93,6 +93,7 @@ install-exec-local:
24 	  --build-base="$$(basename "$${PYTHON}")-gpg" \
25 	  install \
26 	  --prefix "$(DESTDIR)$(prefix)" \
27+	  --install-lib=$(DESTDIR)${pythondir} \
28 	  --verbose ; \
29 	done
30
31--
322.7.4
33
34