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:32:59 +0100 |
commit | 67b0dd19cfdbd73c4ba216af5a7e1b355ae03057 (patch) | |
tree | 3c942fe8d0610839d5ac9125dbdcf6490596dbc5 /meta/recipes-devtools/python | |
parent | 27707c48c4d7d5309d0c74993b0f94960fc123c4 (diff) | |
download | openembedded-core-contrib-67b0dd19cfdbd73c4ba216af5a7e1b355ae03057.tar.gz |
python-numpy: fix typo in no-host-paths.patch
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.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 0efb01a6bbc..d7450368069 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 @@ Don't search /usr and so on for libraries by default to avoid host contamination. -Upstream-Status: Inapproprite (As the code stands, this is a hack) +Upstream-Status: Inappropriate (As the code stands, this is a hack) Signed-off-by: Ross Burton <ross.burton@intel.com> diff --git a/numpy/distutils/system_info.py b/numpy/distutils/system_info.py |