diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-26 10:06:35 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-26 10:44:27 +0000 |
commit | da114c7d7d69b5795cd574d117d961599f72f4cc (patch) | |
tree | 1381ea90e695a91d41e2296400e4a04c7e27604c /meta/classes/autotools.bbclass | |
parent | 7fb3c6a40adb0f6c3032b0a5628c8a56b0e7bd4a (diff) | |
download | poky-da114c7d7d69b5795cd574d117d961599f72f4cc.tar.gz |
staging: Handle overlapping files for build-sysroot
The use of bb.fatal means build-sysroots fails as soon as multiple gdb's are
built with overlapping files, or multiple recipes with overlapping headers
exist.
Change the fatal call into an exception which we can then trap. Also
avoid trying to call readlink on something with isn't a symlink.
This allows build-sysroots to work better under various scenarios.
(From OE-Core rev: e20343a90e401bc92167867729076d321081d120)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/autotools.bbclass')
0 files changed, 0 insertions, 0 deletions