commit | 488d19cbcace0b87a2d08881eab7356088198903 | [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 | 1ed6648be08e4da76a08a09317932c73db0745ff [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>