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/python3 | |
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/python3')
-rw-r--r-- | meta/recipes-devtools/python/python3/fix_for_using_different_libdir.patch | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3/use_packed_importlib.patch | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python3/fix_for_using_different_libdir.patch b/meta/recipes-devtools/python/python3/fix_for_using_different_libdir.patch index cd1a978eb3..0610565d3c 100644 --- a/meta/recipes-devtools/python/python3/fix_for_using_different_libdir.patch +++ b/meta/recipes-devtools/python/python3/fix_for_using_different_libdir.patch @@ -4,11 +4,11 @@ This patch fixes issuing with different libdir like lib64. This patch makes the native python binary modules findable in the install process of the host python. -Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com> +Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Date: 2012/03/14 Updated for python 2.7.3 -Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com> +Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Date: 2012/05/01 Index: Python-3.3.0rc2/Lib/sysconfig.py diff --git a/meta/recipes-devtools/python/python3/use_packed_importlib.patch b/meta/recipes-devtools/python/python3/use_packed_importlib.patch index 6c4b0cda9e..70708a0adc 100644 --- a/meta/recipes-devtools/python/python3/use_packed_importlib.patch +++ b/meta/recipes-devtools/python/python3/use_packed_importlib.patch @@ -6,7 +6,7 @@ importlib*.h files, this is impossible to do on a cross-compile environment, this avoids executing the binary and forces it to use the packed importlib*.h files. -Signed-Off-By: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> +Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Index: Python-3.5.0/Makefile.pre.in =================================================================== |