diff options
author | Ross Burton <ross.burton@arm.com> | 2024-04-30 13:57:16 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-05-02 15:11:06 +0100 |
commit | 3c3b0f7be4ca5d3826f4defe908c7758de353e54 (patch) | |
tree | 9f966b1540206a2044a0c6335b21ac80e5c8671b /scripts/lib/recipetool/append.py | |
parent | 221806f507cd5e18855e7aed3a21ef577fc28fdf (diff) | |
download | poky-3c3b0f7be4ca5d3826f4defe908c7758de353e54.tar.gz |
insane: handle dangling symlinks in the libdir QA check
The "libdir" QA check tries to open every file it finds as an ELF. If
it finds a dangling symlink that looks like a library by the filename it
will try to open it and fail with FileNotFoundError error. As this
dangling symlink probably points to a real file, silently absorb the
error.
[ YOCTO #13949 ]
(From OE-Core rev: f044290f98ea66f2cecfbffd7d392dbc3d986da9)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/recipetool/append.py')
0 files changed, 0 insertions, 0 deletions