diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-24 13:57:16 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-25 11:15:12 +0100 |
commit | 0b14db452413df414fbadf14d6dae287bc5ae9ca (patch) | |
tree | 91f91492ccd35e36b4777ec56c69173f8e7a51bb /documentation/tools | |
parent | 2d3ff5e6e17c3c8e0ba000c696da54e51167f15d (diff) | |
download | poky-0b14db452413df414fbadf14d6dae287bc5ae9ca.tar.gz |
bitbake/utils.py: Ensure utils.which() returns full paths
If the path passed to which contains empty elements, it will search
the current working directory for the file which is correct baheviour.
Various pieces of code assume the path returned is a full path though.
This commit ensures we don't return relative paths.
(Bitbake rev: 4de24ccc10e40cc088b8515095df59f69b12715d)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/tools')
0 files changed, 0 insertions, 0 deletions