[oe-commits] [openembedded-core] 05/59: binutils: fix typo in libtool patch

git at git.openembedded.org git at git.openembedded.org
Thu May 18 12:14:47 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch krogoth
in repository openembedded-core.

commit 6470e50928ad330a76442541ec5d864701c7fc68
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Mon Oct 3 15:16:31 2016 +0100

    binutils: fix typo in libtool patch
    
    There was a clear typo in a function name, correct it.
    
    (From OE-Core rev: dcf44e184a807d76463a3bf1b2315e80b9469de3)
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    minor fixup
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-devtools/binutils/binutils/0006-Use-libtool-2.4.patch | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-devtools/binutils/binutils/0006-Use-libtool-2.4.patch b/meta/recipes-devtools/binutils/binutils/0006-Use-libtool-2.4.patch
index e54ab1b..11101f7 100644
--- a/meta/recipes-devtools/binutils/binutils/0006-Use-libtool-2.4.patch
+++ b/meta/recipes-devtools/binutils/binutils/0006-Use-libtool-2.4.patch
@@ -16451,7 +16451,7 @@ index 9503ec8..70e856e 100644
  	      case "$perm_rpath " in
  	      *" $libdir "*) ;;
 -	      *) perm_rpath="$perm_rpath $libdir" ;;
-+	      *) func_apped perm_rpath " $libdir" ;;
++	      *) func_append perm_rpath " $libdir" ;;
  	      esac
  	    fi
  	  done
@@ -21291,5 +21291,4 @@ index 8378857..7584940 100755
    chmod +x "$ofile"
  
 -- 
-2.7.1
-
+2.9.0

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list