From: Andreas Schickedanz <[email protected]>

Without overwriting the paths the files will be installed in
sysroot-host/local/bin,lib,man

Signed-off-by: Sascha Hauer <[email protected]>
---
 rules/host-python-scons.make | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/rules/host-python-scons.make b/rules/host-python-scons.make
index efca45148..9c78e53fc 100644
--- a/rules/host-python-scons.make
+++ b/rules/host-python-scons.make
@@ -29,5 +29,10 @@ HOST_PYTHON_SCONS_LICENSE_FILES      := 
file://LICENSE.txt;md5=46ddf66004e5be5566367c
 # ----------------------------------------------------------------------------
 
 HOST_PYTHON_SCONS_CONF_TOOL    := python
+HOST_PYTHON_SCONS_INSTALL_OPT  := install \
+       --install-scripts=/bin \
+       --install-lib=/lib/scons-$(HOST_PYTHON_SCONS_VERSION) \
+       --install-platlib=/lib/scons-$(HOST_PYTHON_SCONS_VERSION) \
+       --install-purelib=/lib/scons-$(HOST_PYTHON_SCONS_VERSION)
 
 # vim: syntax=make
-- 
2.20.1


_______________________________________________
ptxdist mailing list
[email protected]

Reply via email to