mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
libtool: Fix an issue where unnecessary rpaths were being injected
libtool was being to aggressive in adding rpath to binaries. This change stops it adding them if that path the default search path. (From OE-Core rev: 99d1e3ee56c326b3ab68913e68d133a63f334696) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
require libtool-${PV}.inc
|
||||
|
||||
PR = "r2"
|
||||
PR = "r4"
|
||||
|
||||
#
|
||||
# We want the results of libtool-cross preserved - don't stage anything ourselves.
|
||||
|
||||
Reference in New Issue
Block a user