diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-23 09:00:36 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-26 17:56:44 +0100 |
commit | e3c5d7a90ae179af0ac128ea4dfc1a5a6602c2e4 (patch) | |
tree | b5aa7f46d31fcfd3b3b7a4f3fcdac0a2ec9f0df5 /meta/recipes-devtools/libtool/libtool.inc | |
parent | 1750e9018f3c22c477c61643efe917eeb074cf65 (diff) | |
download | poky-e3c5d7a90ae179af0ac128ea4dfc1a5a6602c2e4.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/libtool/libtool.inc')
-rw-r--r-- | meta/recipes-devtools/libtool/libtool.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/libtool/libtool.inc b/meta/recipes-devtools/libtool/libtool.inc index d423e4955b..ef9095be3e 100644 --- a/meta/recipes-devtools/libtool/libtool.inc +++ b/meta/recipes-devtools/libtool/libtool.inc | |||
@@ -15,7 +15,8 @@ SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \ | |||
15 | file://resolve-sysroot.patch \ | 15 | file://resolve-sysroot.patch \ |
16 | file://use-sysroot-in-libpath.patch \ | 16 | file://use-sysroot-in-libpath.patch \ |
17 | file://fix-final-rpath.patch \ | 17 | file://fix-final-rpath.patch \ |
18 | file://avoid_absolute_paths_for_general_utils.patch " | 18 | file://avoid_absolute_paths_for_general_utils.patch \ |
19 | file://fix-rpath.patch " | ||
19 | 20 | ||
20 | do_compile_prepend () { | 21 | do_compile_prepend () { |
21 | # Sometimes this file doesn't get rebuilt, force the issue | 22 | # Sometimes this file doesn't get rebuilt, force the issue |