buildman: Put our local libraries first in the path
authorSimon Glass <sjg@chromium.org>
Sun, 18 Sep 2016 22:48:34 +0000 (16:48 -0600)
committersjg <sjg@chromium.org>
Sun, 9 Oct 2016 15:30:32 +0000 (09:30 -0600)
commita556eeebaada39d0d53941b4d18e5b6ea338c2cf
tree2c2c9a07d2b1e35d1e3b57843f2cfe7662efcb31
parent745b395aefcd7e4718f6f51167c0e462931842b6
buildman: Put our local libraries first in the path

If patman is installed on the machine (e.g. in the standard dist-packages
directory), it will find libraries from there in preference to our local
libraries. Adjust the order of the path to ensure that local libraries are
found first.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/buildman.py