bb.build: use relative log links, not absolute
authorChristopher Larson <chris_larson@mentor.com>
Tue, 27 Mar 2012 19:07:23 +0000 (14:07 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 29 Mar 2012 08:44:45 +0000 (09:44 +0100)
commit026aaff595deee8a50c03510c64739ecc6028dc0
tree8930f4eed71ca55bbfd0989a82a4c9e7e56131e6
parent082a7ec38eddbc55ba43151e64d55ce36367bdbf
bb.build: use relative log links, not absolute

Using symlinks to absolute paths isn't gaining us anything, and can cause
problems in situations such as automated build systems when they try to
resolve the link, depending on the mechanism used to pull the build artifacts
(e.g. nfs).

(Bitbake rev: f9cf2671c0ecad153db11bca1aebe151213bfb42)

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/build.py