bitbake/cooker: Ensure matchFile returns full pathnames
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 May 2012 12:56:34 +0000 (13:56 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 May 2012 10:15:11 +0000 (11:15 +0100)
commitb9fb586cb52e4e677671427f3110e6e9df236746
tree2503493edaf074ac66316ee583ab45923ef4b127
parent3d3dc1cd39de5173a41281a6146f2266840f0db4
bitbake/cooker: Ensure matchFile returns full pathnames

We should always be passing full pathnames around within bitbake. If
a file was referenced as a relative path to the current working
directory, it might not get passed through the abspath call and
hence the cwd would not get added as a prefix.

This change adds a second pass at ensuring we only return absolute paths.

(Bitbake rev: 72fc62ca124a24e2dbe404a3c83a49608a7c7931)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/cooker.py