diff options
author | Ross Burton <ross.burton@intel.com> | 2016-06-27 20:59:19 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-08 09:55:40 +0100 |
commit | 606a43dc38a00cc243f933722db657aea4129f8e (patch) | |
tree | 9d21c2bc0a1af29991e4894b7fccac8b6bfae9d7 /meta/recipes-devtools/python-numpy | |
parent | 45048442913687f2817ef9a52352fe3214f5f023 (diff) | |
download | openembedded-core-606a43dc38a00cc243f933722db657aea4129f8e.tar.gz openembedded-core-606a43dc38a00cc243f933722db657aea4129f8e.tar.bz2 openembedded-core-606a43dc38a00cc243f933722db657aea4129f8e.zip |
meta: update patch metadata
Enforce the correct tag names across all of oe-core for consistency.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/python-numpy')
-rw-r--r-- | meta/recipes-devtools/python-numpy/files/fix_shebang_f2py.patch | 2 |
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] Avoids using python from the HOSTs native sysroot for f2py, uses TARGET env python instead. -Signed-Off-By: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> +Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Index: numpy-1.11.0/numpy/f2py/setup.py =================================================================== |