summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python-numpy
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python-numpy')
-rw-r--r--meta/recipes-devtools/python-numpy/files/fix_shebang_f2py.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python-numpy/files/fix_shebang_f2py.patch b/meta/recipes-devtools/python-numpy/files/fix_shebang_f2py.patch
index 6c61b09f65..8be6e4d21f 100644
--- a/meta/recipes-devtools/python-numpy/files/fix_shebang_f2py.patch
+++ b/meta/recipes-devtools/python-numpy/files/fix_shebang_f2py.patch
@@ -3,7 +3,7 @@ Upstream-Status: Inappropriate [embedded specific]
3Avoids using python from the HOSTs native sysroot for f2py, 3Avoids using python from the HOSTs native sysroot for f2py,
4uses TARGET env python instead. 4uses TARGET env python instead.
5 5
6Signed-Off-By: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> 6Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
7 7
8Index: numpy-1.11.0/numpy/f2py/setup.py 8Index: numpy-1.11.0/numpy/f2py/setup.py
9=================================================================== 9===================================================================