aboutsummaryrefslogtreecommitdiffstats
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:32:59 +0100
commit67b0dd19cfdbd73c4ba216af5a7e1b355ae03057 (patch)
tree3c942fe8d0610839d5ac9125dbdcf6490596dbc5
parent27707c48c4d7d5309d0c74993b0f94960fc123c4 (diff)
downloadopenembedded-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>
-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 @@
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