]> 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>
Thu, 18 May 2017 12:13:33 +0000 (13:13 +0100)
There was a clear typo in a function name, correct it.

(From OE-Core rev: dcf44e184a807d76463a3bf1b2315e80b9469de3)

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

index e54ab1bc8af46953041cc9b1ddecbf282f76b125..11101f78f91a06753952096a179c3f19b45074a4 100644 (file)
@@ -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