diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-09-24 13:07:37 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-25 11:09:04 +0100 |
| commit | fbef81c83367c8ba1d3bf57547ce52758cc87ce6 (patch) | |
| tree | 5c9845596d3b254c8820ab05d32430c6f75641e3 /scripts/lib/devtool/ide_plugins/ide_none.py | |
| parent | 81569a68e960a62a105d59c609a8b25302812874 (diff) | |
| download | poky-fbef81c83367c8ba1d3bf57547ce52758cc87ce6.tar.gz | |
classes/cmake: CMAKE_RANLIB needs to be a filename without arguments
CMAKE_RANLIB is the path to the binary without any arguments. However,
gcc-native.bbclass sets BUILD_RANLIB to "ranlib -D" which means that
CMake looks for a binary called "ranlib;-D".
This is expected behaviour upstream[1] and as there's no variable for
"ranlib flags", we should just set CMAKE_RANLIB to the first element of
the list.
[1] https://gitlab.kitware.com/cmake/cmake/-/issues/23554
(From OE-Core rev: 598fa6761488bffb09ba0cbe115b562fb95df959)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool/ide_plugins/ide_none.py')
0 files changed, 0 insertions, 0 deletions
