]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-numpy: fix typo in no-host-paths.patch
authorAndre McCurdy <armccurdy@gmail.com>
Mon, 6 Jul 2015 20:50:05 +0000 (13:50 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Jul 2015 12:32:59 +0000 (13:32 +0100)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python-numpy/no-host-paths.patch

index 0efb01a6bbcd7cc7648ca3362eae37fdd04d9fa2..d7450368069c2e73ac22b70916f2957fe279b0fe 100644 (file)
@@ -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