diff options
Diffstat (limited to 'meta')
-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 |