summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gst-devtools
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-07-23 13:24:48 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-07-23 18:00:50 +0100
commitdd862931b5d9a29af26c10b717317e00319212b8 (patch)
tree4f7cfb6ce2c8c3f80d5b6a9fa44ad7b2101d807c /meta/recipes-multimedia/gstreamer/gst-devtools
parent664fa0ede26df6f9af386ee9dfc23b6b817f9ab5 (diff)
downloadpoky-master.tar.gz
lldb: don't build rpaths into binariesHEADmaster
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-multimedia/gstreamer/gst-devtools')
0 files changed, 0 insertions, 0 deletions