Re: [U-Boot] [RFC PATCH] patman: add distutils based installer

2015-07-16 Thread Simon Glass
On 15 July 2015 at 04:06, Chris Packham wrote: > To make it easier to use patman on other projects add a distutils style > installer. Now patman can be installed with > > cd u-boot/tools/patman && python setup.py install > > There are also the usual distutils options for creating source/binary >

Re: [U-Boot] [RFC PATCH] patman: add distutils based installer

2015-07-15 Thread Otavio Salvador
On Wed, Jul 15, 2015 at 7:06 AM, Chris Packham wrote: > To make it easier to use patman on other projects add a distutils style > installer. Now patman can be installed with > > cd u-boot/tools/patman && python setup.py install > > There are also the usual distutils options for creating source/b

[U-Boot] [RFC PATCH] patman: add distutils based installer

2015-07-15 Thread Chris Packham
To make it easier to use patman on other projects add a distutils style installer. Now patman can be installed with cd u-boot/tools/patman && python setup.py install There are also the usual distutils options for creating source/binary distributions of patman. Signed-off-by: Chris Packham ---