Re: [ptxdist] [PATCH 1/2] host-pyhton-scons: add new package

2019-01-07 Thread Denis OSTERLAND
Am Montag, den 07.01.2019, 16:16 +0100 schrieb Michael Olbrich: > On Fri, Jan 04, 2019 at 08:11:58AM +, Denis OSTERLAND wrote: > >  > > + > > +config HOST_PYTHON_SCONS > > + tristate > > + default y if ALLYES > > + select HOST_PYTHON > No. HOST_PYTHON is only there to build the target

Re: [ptxdist] [PATCH 1/2] host-pyhton-scons: add new package

2019-01-07 Thread Michael Olbrich
On Fri, Jan 04, 2019 at 08:11:58AM +, Denis OSTERLAND wrote: > This patch adds support for scons build system. > https://scons.org/ > > Signed-off-by: Denis Osterland > --- > rules/host-python-scons.in | 6 ++ > rules/host-python-scons.make | 35 +++ >

[ptxdist] [PATCH 1/2] host-pyhton-scons: add new package

2019-01-04 Thread Denis OSTERLAND
This patch adds support for scons build system. https://scons.org/ Signed-off-by: Denis Osterland --- rules/host-python-scons.in | 6 ++ rules/host-python-scons.make | 35 +++ 2 files changed, 41 insertions(+) create mode 100644 rules/host-python-scons.in