diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2018-12-21 15:23:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-11 10:39:08 +0000 |
commit | 69a4542fc4a3ea83b86940a791bb6c82fb35ce7a (patch) | |
tree | 778fd4201357b2c7f20b7dcd2ec852f35d80c84d /meta/classes/perl-version.bbclass | |
parent | c3a244b792ca89f28048c1fec1d3e05112872ee0 (diff) | |
download | poky-69a4542fc4a3ea83b86940a791bb6c82fb35ce7a.tar.gz |
bitbake.conf: add --enable-new-dtags to linker
Various versions of ld have different defaults for this
(even between e.g. Ubuntu 16.04 and 18.04). This has the
consequence of putting either RPATH or RUNPATH into the binary,
depending on the linker, which have different priorities
vs LD_LIBRARY_PATH env var. Also, I think, the original
executable binary is looked up for the tags when resolving
a dependency of a shared library when using RPATH, but not
RUNPATH.
Let's make this deterministic.
(From OE-Core rev: 661d700ab7428b0ad982bfd2714cca134bad85a2)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/perl-version.bbclass')
0 files changed, 0 insertions, 0 deletions