commit | 464a0e92d7e0f090f60f040c5b45510c1eb4a803 | [log] [tgz] |
---|---|---|
author | Chris Packham <judge.packham@gmail.com> | Wed Jul 22 21:21:46 2015 +1200 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 28 10:36:25 2015 -0600 |
tree | f9281221aab01bd319535e2c9f2b24d892c93e67 | |
parent | cf40bd49be64f588655494cfdc4acc62446d8e72 [diff] |
patman: add distutils based installer 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. Tested-by: Simon Glass <sjg@chromium.org> Signed-off-by: Chris Packham <judge.packham@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>