summaryrefslogtreecommitdiffstats
path: root/meta/classes/perlnative.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-09-11 12:36:12 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-09-12 10:30:53 +0100
commitdcb834c4f8ebbef967c9e92e008d288ad5278e90 (patch)
tree84af1d333987b97dd7bddcb5e101ff74f1e5f3c0 /meta/classes/perlnative.bbclass
parent37b5281e90ee1cc0e7c38ae1d24d0197d041d081 (diff)
downloadpoky-master.tar.gz
perf: Fix reproducibility issueHEADmaster
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/classes/perlnative.bbclass')
0 files changed, 0 insertions, 0 deletions