forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-02-13 e440ec23c5a540cdd3f7464e8779219be6fd3d95
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
27
28
29
30
31
32
From f632148fcc8757bb9a9601a6dab275e88cd309d2 Mon Sep 17 00:00:00 2001
From: Hongxu Jia <hongxu.jia@windriver.com>
Date: Tue, 30 Jan 2018 15:28:49 +0800
Subject: [PATCH 3/7] Correctly install python modules
 
Upstream-Status: Inappropriate [oe-core specific]
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
 
Rebase to 1.9.0
 
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
 
Rebase to 1.10.0
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
---
 lang/python/Makefile.am | 1 +
 1 file changed, 1 insertion(+)
 
diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am
index 6988faf..36c6f7b 100644
--- a/lang/python/Makefile.am
+++ b/lang/python/Makefile.am
@@ -93,6 +93,7 @@ install-exec-local:
       --build-base="$$(basename "$${PYTHON}")-gpg" \
       install \
       --prefix "$(DESTDIR)$(prefix)" \
+      --install-lib=$(DESTDIR)${pythondir} \
       --verbose ; \
     done
 
-- 
2.7.4