diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-11 12:36:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-12 10:30:53 +0100 |
commit | dcb834c4f8ebbef967c9e92e008d288ad5278e90 (patch) | |
tree | 84af1d333987b97dd7bddcb5e101ff74f1e5f3c0 /meta/lib/oeqa/sdk/buildsudoku.py | |
parent | 37b5281e90ee1cc0e7c38ae1d24d0197d041d081 (diff) | |
download | poky-master.tar.gz |
Perf's build process generates two copies of its internal headers,
one at tools/lib/perf/include/internal and one at libperf/include/internal
with files like xyarray.h. Although the files are identical, the binaries including
them would see them at different paths and have different debuginfo data.
To avoid this, build libperf.a first, which will ensure the libperf
headers directory exists. This is used in preference to the other by
the build process and results in consistent binaries.
(From OE-Core rev: 0a886fcacaab0fbce1306c0f99d482f940a8f705)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/sdk/buildsudoku.py')
0 files changed, 0 insertions, 0 deletions