[gnome-continuous-yocto/gnomeostree-3.28-rocko: 2815/8267] binutils: fix typo in libtool patch
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 2815/8267] binutils: fix typo in libtool patch
- Date: Sat, 16 Dec 2017 23:45:34 +0000 (UTC)
commit 55e8c3a9f98b91be7b619042969f63459832610e
Author: Ross Burton <ross burton intel com>
Date: 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 intel com>
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
.../binutils/binutils/0006-Use-libtool-2.4.patch | 3 +--
1 files changed, 1 insertions(+), 2 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 f2411c4..f0fdf46 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
@@ -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
-
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]