From: Sascha Hauer <s.hauer@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Andreas Schickedanz <andreas.schickedanz@emlix.com>
Subject: [ptxdist] [PATCH 1/2] host-python-scons: Fix host-python-scons package installation
Date: Thu, 15 Aug 2019 14:56:18 +0200 [thread overview]
Message-ID: <20190815125619.27368-1-s.hauer@pengutronix.de> (raw)
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
next reply other threads:[~2019-08-15 12:56 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-15 12:56 Sascha Hauer [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190815125619.27368-1-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=andreas.schickedanz@emlix.com \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox