]> code.ossystems Code Review - openembedded-core.git/commitdiff
binutils: fix typo in libtool patch
authorRoss Burton <ross.burton@intel.com>
Mon, 3 Oct 2016 14:16:31 +0000 (15:16 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 3 Oct 2016 14:45:17 +0000 (15:45 +0100)
There was a clear typo in a function name, correct it.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/binutils/binutils/0006-Use-libtool-2.4.patch

index f2411c47dfb79bf270d9cc85a63ca1a69bc6b0ff..f0fdf46ae5fce6710e0179bf8cad3ab936b94226 100644 (file)
@@ -16352,7 +16352,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
@@ -21175,4 +21175,3 @@ index bba9fd2..25a2dae 100755
  
 -- 
 2.9.0
-