mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/2] host-python-scons: Fix host-python-scons package installation
@ 2019-08-15 12:56 Sascha Hauer
  2019-08-15 12:56 ` [ptxdist] [PATCH 2/2] gpsd: Version bump to 3.17 Sascha Hauer
  2019-08-16  5:55 ` [ptxdist] [PATCH 1/2] host-python-scons: Fix host-python-scons package installation Denis OSTERLAND
  0 siblings, 2 replies; 8+ messages in thread
From: Sascha Hauer @ 2019-08-15 12:56 UTC (permalink / raw)
  To: ptxdist; +Cc: Andreas Schickedanz

From: Andreas Schickedanz <andreas.schickedanz@emlix.com>

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

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 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
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-08-16  9:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-15 12:56 [ptxdist] [PATCH 1/2] host-python-scons: Fix host-python-scons package installation Sascha Hauer
2019-08-15 12:56 ` [ptxdist] [PATCH 2/2] gpsd: Version bump to 3.17 Sascha Hauer
2019-08-15 13:05   ` Alexander Dahl
2019-08-15 13:18     ` Sascha Hauer
2019-08-16  6:11   ` Denis OSTERLAND
2019-08-16  9:00     ` Sascha Hauer
2019-08-16  5:55 ` [ptxdist] [PATCH 1/2] host-python-scons: Fix host-python-scons package installation Denis OSTERLAND
2019-08-16  8:58   ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox