From: Andre McCurdy Date: Mon, 6 Jul 2015 20:50:05 +0000 (-0700) Subject: python-numpy: fix typo in no-host-paths.patch X-Git-Tag: 2015-10~1355 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=67b0dd19cfdbd73c4ba216af5a7e1b355ae03057;p=openembedded-core.git python-numpy: fix typo in no-host-paths.patch Signed-off-by: Andre McCurdy Signed-off-by: Richard Purdie --- 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 diff --git a/numpy/distutils/system_info.py b/numpy/distutils/system_info.py