summaryrefslogtreecommitdiffstats
path: root/scripts/lib/build_perf/html.py
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-09-24 13:07:37 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-09-25 11:09:04 +0100
commitfbef81c83367c8ba1d3bf57547ce52758cc87ce6 (patch)
tree5c9845596d3b254c8820ab05d32430c6f75641e3 /scripts/lib/build_perf/html.py
parent81569a68e960a62a105d59c609a8b25302812874 (diff)
downloadpoky-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/build_perf/html.py')
0 files changed, 0 insertions, 0 deletions