mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
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@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
922a745993
commit
55e8c3a9f9
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user