diff options
author | Ross Burton <ross.burton@arm.com> | 2025-07-23 13:24:48 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-23 18:00:50 +0100 |
commit | dd862931b5d9a29af26c10b717317e00319212b8 (patch) | |
tree | 4f7cfb6ce2c8c3f80d5b6a9fa44ad7b2101d807c /meta/recipes-core/libcgroup/git@git.enea.com:linux/poky.git | |
parent | 664fa0ede26df6f9af386ee9dfc23b6b817f9ab5 (diff) | |
download | poky-master.tar.gz |
LLDB defaults to adding rpaths into the binaries which are then stripped
by CMake on install.
However, this rpath removal is implemented by editing the binary instead
of relinking at install time, so the final binary will have an entry in
the dynstr section which is all nulls but is as long as the build path.
Obviously this breaks reproducibility, so disable the use of rpaths in
LLDB to remove this problem.
(From OE-Core rev: d96e0458b696a7359d310cbe112c5dc2fc60f97d)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/libcgroup/git@git.enea.com:linux/poky.git')
0 files changed, 0 insertions, 0 deletions