summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/curl/curl/noldlibpath.patch
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2011-04-22 10:07:25 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-04 00:54:41 +0100
commitb9e63d96addd5fa1d69877e9a58e6ea92482e19b (patch)
tree4413cb59355a85fbea7b8caa0e1670014b9220fe /meta/recipes-support/curl/curl/noldlibpath.patch
parent3ef65ef34f170965ed2b0552ea260b09279719f0 (diff)
downloadpoky-b9e63d96addd5fa1d69877e9a58e6ea92482e19b.tar.gz
curl: upgrade to version 7.21.6
from 7.21.2 (From OE-Core rev: 7b26788c52136eb6a95507758936756b3dfcbaa4) Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/curl/curl/noldlibpath.patch')
-rw-r--r--meta/recipes-support/curl/curl/noldlibpath.patch2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/curl/curl/noldlibpath.patch b/meta/recipes-support/curl/curl/noldlibpath.patch
index a3319a23e3..f4c72a1c1c 100644
--- a/meta/recipes-support/curl/curl/noldlibpath.patch
+++ b/meta/recipes-support/curl/curl/noldlibpath.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Inappropriate [embedded specific]
2
1Manipulating LD_LIBRARY_PATH can totally break builds when cross compiling. 3Manipulating LD_LIBRARY_PATH can totally break builds when cross compiling.
2Since we never run compiled binaries for the target, we should *never* need 4Since we never run compiled binaries for the target, we should *never* need
3to change LD_LIBRARY_PATH. 5to change LD_LIBRARY_PATH.