From d4b11e8f160350e4530e174d2c93e06fe90e48c6 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 1 Feb 2014 01:00:15 -0800 Subject: binutils: Upgrade to 2.24 This builds and runs images for all qemu machines (From OE-Core rev: 015eca84f1b0f25868b47d2480bb60cea698f70e) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- .../binutils-2.23.2/libtool-rpath-fix.patch | 39 ---------------------- 1 file changed, 39 deletions(-) delete mode 100644 meta/recipes-devtools/binutils/binutils-2.23.2/libtool-rpath-fix.patch (limited to 'meta/recipes-devtools/binutils/binutils-2.23.2/libtool-rpath-fix.patch') diff --git a/meta/recipes-devtools/binutils/binutils-2.23.2/libtool-rpath-fix.patch b/meta/recipes-devtools/binutils/binutils-2.23.2/libtool-rpath-fix.patch deleted file mode 100644 index 4fcffa471e..0000000000 --- a/meta/recipes-devtools/binutils/binutils-2.23.2/libtool-rpath-fix.patch +++ /dev/null @@ -1,39 +0,0 @@ -Upstream-Status: Inappropriate [embedded specific] - -Enabling sysroot support in libtool 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 -Signed-off-by: Scott Garman - -Index: binutils-2.22/ltmain.sh -=================================================================== ---- binutils-2.22.orig/ltmain.sh -+++ binutils-2.22/ltmain.sh -@@ -8035,9 +8035,11 @@ EOF - test "$opt_mode" != relink && rpath="$compile_rpath$rpath" - for libdir in $rpath; do - if test -n "$hardcode_libdir_flag_spec"; then -+ func_replace_sysroot "$libdir" -+ libdir=$func_replace_sysroot_result -+ func_stripname '=' '' "$libdir" -+ libdir=$func_stripname_result - if test -n "$hardcode_libdir_separator"; then -- func_replace_sysroot "$libdir" -- libdir=$func_replace_sysroot_result - if test -z "$hardcode_libdirs"; then - hardcode_libdirs="$libdir" - else -@@ -8770,6 +8772,10 @@ EOF - hardcode_libdirs= - for libdir in $compile_rpath $finalize_rpath; do - if test -n "$hardcode_libdir_flag_spec"; then -+ func_replace_sysroot "$libdir" -+ libdir=$func_replace_sysroot_result -+ func_stripname '=' '' "$libdir" -+ libdir=$func_stripname_result - if test -n "$hardcode_libdir_separator"; then - if test -z "$hardcode_libdirs"; then - hardcode_libdirs="$libdir" -- cgit v1.2.3-54-g00ecf