summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2015-07-06 13:50:05 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-07 13:33:26 +0100
commitcb524771e41b92ee82de69993eb9f984813a615a (patch)
tree77e892dc8e8b4c94aa71ed55ea7b9e1117c9b117 /meta/recipes-devtools/python
parent0436dc192f5417d29c0e509610fd7fa75b9b3a9e (diff)
downloadpoky-cb524771e41b92ee82de69993eb9f984813a615a.tar.gz
python-numpy: fix typo in no-host-paths.patch
(From OE-Core rev: 67b0dd19cfdbd73c4ba216af5a7e1b355ae03057) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python-numpy/no-host-paths.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-numpy/no-host-paths.patch b/meta/recipes-devtools/python/python-numpy/no-host-paths.patch
index 0efb01a6bb..d745036806 100644
--- a/meta/recipes-devtools/python/python-numpy/no-host-paths.patch
+++ b/meta/recipes-devtools/python/python-numpy/no-host-paths.patch
@@ -1,6 +1,6 @@
1Don't search /usr and so on for libraries by default to avoid host contamination. 1Don't search /usr and so on for libraries by default to avoid host contamination.
2 2
3Upstream-Status: Inapproprite (As the code stands, this is a hack) 3Upstream-Status: Inappropriate (As the code stands, this is a hack)
4Signed-off-by: Ross Burton <ross.burton@intel.com> 4Signed-off-by: Ross Burton <ross.burton@intel.com>
5 5
6diff --git a/numpy/distutils/system_info.py b/numpy/distutils/system_info.py 6diff --git a/numpy/distutils/system_info.py b/numpy/distutils/system_info.py