mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
libtool: fix library RPATHs
Enabling sysroot support exposed a bug where the final library had an RPATH encoded into it which still pointed to the sysroot. This works around the issue until it gets sorted out upstream. Fix suggested by Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Scott Garman <scott.a.garman@intel.com>
This commit is contained in:
@@ -13,7 +13,8 @@ SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \
|
||||
file://prefix-manpage-fix.patch \
|
||||
file://rename-with-sysroot.patch \
|
||||
file://resolve-sysroot.patch \
|
||||
file://use-sysroot-in-libpath.patch"
|
||||
file://use-sysroot-in-libpath.patch \
|
||||
file://fix-final-rpath.patch"
|
||||
|
||||
do_compile_prepend () {
|
||||
# Sometimes this file doesn't get rebuilt, force the issue
|
||||
|
||||
Reference in New Issue
Block a user