diff options
| author | Andre McCurdy <armccurdy@gmail.com> | 2015-07-06 13:50:05 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-07 13:33:26 +0100 |
| commit | cb524771e41b92ee82de69993eb9f984813a615a (patch) | |
| tree | 77e892dc8e8b4c94aa71ed55ea7b9e1117c9b117 | |
| parent | 0436dc192f5417d29c0e509610fd7fa75b9b3a9e (diff) | |
| download | poky-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>
| -rw-r--r-- | meta/recipes-devtools/python/python-numpy/no-host-paths.patch | 2 |
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 @@ | |||
| 1 | Don't search /usr and so on for libraries by default to avoid host contamination. | 1 | Don't search /usr and so on for libraries by default to avoid host contamination. |
| 2 | 2 | ||
| 3 | Upstream-Status: Inapproprite (As the code stands, this is a hack) | 3 | Upstream-Status: Inappropriate (As the code stands, this is a hack) |
| 4 | Signed-off-by: Ross Burton <ross.burton@intel.com> | 4 | Signed-off-by: Ross Burton <ross.burton@intel.com> |
| 5 | 5 | ||
| 6 | diff --git a/numpy/distutils/system_info.py b/numpy/distutils/system_info.py | 6 | diff --git a/numpy/distutils/system_info.py b/numpy/distutils/system_info.py |
