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:
Richard Purdie
2011-09-23 09:00:36 +01:00
parent 1750e9018f
commit e3c5d7a90a
6 changed files with 69 additions and 5 deletions

View File

@@ -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.