mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 23:23:36 +00:00
relocatable.bbclass: we need to process library files too
The .so files we ship also have a RPATH encoded so should be post-processed for a relocatable RPATH too. Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
parent
1ee88638a2
commit
93f357d657
@ -8,7 +8,7 @@ def rpath_replace (path, d):
|
||||
|
||||
cmd = bb.data.expand('${CHRPATH_BIN}', d)
|
||||
|
||||
bindirs = bb.data.expand("${bindir} ${sbindir} ${base_sbindir} ${base_bindir} ${PREPROCESS_RELOCATE_DIRS}", d).split()
|
||||
bindirs = bb.data.expand("${bindir} ${sbindir} ${base_sbindir} ${base_bindir} ${libdir} ${base_libdir} ${PREPROCESS_RELOCATE_DIRS}", d).split()
|
||||
tmpdir = bb.data.getVar('TMPDIR', d)
|
||||
basedir = bb.data.expand('${base_prefix}', d)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user