From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Sascha Hauer Date: Thu, 15 Aug 2019 14:56:18 +0200 Message-Id: <20190815125619.27368-1-s.hauer@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH 1/2] host-python-scons: Fix host-python-scons package installation List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Andreas Schickedanz From: Andreas Schickedanz Without overwriting the paths the files will be installed in sysroot-host/local/bin,lib,man Signed-off-by: Sascha Hauer --- 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