diff options
| author | Khem Raj <raj.khem@gmail.com> | 2013-04-25 20:38:23 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-08 15:41:13 +0100 |
| commit | edcae40bf61109a63d43f59147b3de6c51750e14 (patch) | |
| tree | 87e3444d2bdf0733e6ea6453a0bb5330030c70bf /meta/recipes-devtools/binutils/binutils-2.23.1/libtool-rpath-fix.patch | |
| parent | 4bf8253af7f5d28e81dd0c5d150712b36b14e741 (diff) | |
| download | poky-edcae40bf61109a63d43f59147b3de6c51750e14.tar.gz | |
binutils: Upgrade 2.23.1 -> 2.23.2
(From OE-Core rev: 202f46b139ab20079e97cdeb147d59e23bcdfe01)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-2.23.1/libtool-rpath-fix.patch')
| -rw-r--r-- | meta/recipes-devtools/binutils/binutils-2.23.1/libtool-rpath-fix.patch | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.23.1/libtool-rpath-fix.patch b/meta/recipes-devtools/binutils/binutils-2.23.1/libtool-rpath-fix.patch deleted file mode 100644 index 4fcffa471e..0000000000 --- a/meta/recipes-devtools/binutils/binutils-2.23.1/libtool-rpath-fix.patch +++ /dev/null | |||
| @@ -1,39 +0,0 @@ | |||
| 1 | Upstream-Status: Inappropriate [embedded specific] | ||
| 2 | |||
| 3 | Enabling sysroot support in libtool exposed a bug where the final | ||
| 4 | library had an RPATH encoded into it which still pointed to the | ||
| 5 | sysroot. This works around the issue until it gets sorted out | ||
| 6 | upstream. | ||
| 7 | |||
| 8 | Fix suggested by Richard Purdie <richard.purdie@linuxfoundation.org> | ||
| 9 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> | ||
| 10 | |||
| 11 | Index: binutils-2.22/ltmain.sh | ||
| 12 | =================================================================== | ||
| 13 | --- binutils-2.22.orig/ltmain.sh | ||
| 14 | +++ binutils-2.22/ltmain.sh | ||
| 15 | @@ -8035,9 +8035,11 @@ EOF | ||
| 16 | test "$opt_mode" != relink && rpath="$compile_rpath$rpath" | ||
| 17 | for libdir in $rpath; do | ||
| 18 | if test -n "$hardcode_libdir_flag_spec"; then | ||
| 19 | + func_replace_sysroot "$libdir" | ||
| 20 | + libdir=$func_replace_sysroot_result | ||
| 21 | + func_stripname '=' '' "$libdir" | ||
| 22 | + libdir=$func_stripname_result | ||
| 23 | if test -n "$hardcode_libdir_separator"; then | ||
| 24 | - func_replace_sysroot "$libdir" | ||
| 25 | - libdir=$func_replace_sysroot_result | ||
| 26 | if test -z "$hardcode_libdirs"; then | ||
| 27 | hardcode_libdirs="$libdir" | ||
| 28 | else | ||
| 29 | @@ -8770,6 +8772,10 @@ EOF | ||
| 30 | hardcode_libdirs= | ||
| 31 | for libdir in $compile_rpath $finalize_rpath; do | ||
| 32 | if test -n "$hardcode_libdir_flag_spec"; then | ||
| 33 | + func_replace_sysroot "$libdir" | ||
| 34 | + libdir=$func_replace_sysroot_result | ||
| 35 | + func_stripname '=' '' "$libdir" | ||
| 36 | + libdir=$func_stripname_result | ||
| 37 | if test -n "$hardcode_libdir_separator"; then | ||
| 38 | if test -z "$hardcode_libdirs"; then | ||
| 39 | hardcode_libdirs="$libdir" | ||
