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:57:24 +0100 |
commit | e49d337e848a2cf72045e492c20482336b929381 (patch) | |
tree | cadfa3f6c6bd86e19512751623b5eae10f445e7c /meta/recipes-devtools/python/python-native | |
parent | e6ad36cb5413509605249d4641f7d039e8a00aeb (diff) | |
download | poky-e49d337e848a2cf72045e492c20482336b929381.tar.gz |
meta: update patch metadata
Enforce the correct tag names across all of oe-core for consistency.
(From OE-Core rev: 606a43dc38a00cc243f933722db657aea4129f8e)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-native')
3 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-devtools/python/python-native/avoid_parallel_make_races_on_pgen.patch b/meta/recipes-devtools/python/python-native/avoid_parallel_make_races_on_pgen.patch index 5279e7c3b4..a592ea40a1 100644 --- a/meta/recipes-devtools/python/python-native/avoid_parallel_make_races_on_pgen.patch +++ b/meta/recipes-devtools/python/python-native/avoid_parallel_make_races_on_pgen.patch | |||
@@ -4,8 +4,8 @@ Avoids parallel make races linking errors when making Parser/PGEN | |||
4 | 4 | ||
5 | - Implements Richard Purdie's idea | 5 | - Implements Richard Purdie's idea |
6 | 6 | ||
7 | Signed-Off-By: Richard Purdie <richard.purdie@linuxfoundation.org> | 7 | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
8 | Signed-Off-By: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 8 | Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> |
9 | 9 | ||
10 | Index: Python-2.7.9/Makefile.pre.in | 10 | Index: Python-2.7.9/Makefile.pre.in |
11 | =================================================================== | 11 | =================================================================== |
diff --git a/meta/recipes-devtools/python/python-native/multilib.patch b/meta/recipes-devtools/python/python-native/multilib.patch index 8ca89e7c51..8d475e9960 100644 --- a/meta/recipes-devtools/python/python-native/multilib.patch +++ b/meta/recipes-devtools/python/python-native/multilib.patch | |||
@@ -1,6 +1,6 @@ | |||
1 | Rebased for Python 2.7.9 | 1 | Rebased for Python 2.7.9 |
2 | 2 | ||
3 | Signed-Off-By: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 3 | Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> |
4 | 4 | ||
5 | 2011/09/29 | 5 | 2011/09/29 |
6 | The python recipe building was failing because python-native | 6 | The python recipe building was failing because python-native |
@@ -10,7 +10,7 @@ recipe. | |||
10 | 10 | ||
11 | Upstream-Status: Inappropriate [oe-specific] | 11 | Upstream-Status: Inappropriate [oe-specific] |
12 | 12 | ||
13 | Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com> | 13 | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> |
14 | 14 | ||
15 | Index: Python-2.7.9/Include/pythonrun.h | 15 | Index: Python-2.7.9/Include/pythonrun.h |
16 | =================================================================== | 16 | =================================================================== |
diff --git a/meta/recipes-devtools/python/python-native/nohostlibs.patch b/meta/recipes-devtools/python/python-native/nohostlibs.patch index 8a452e94dc..078060b49e 100644 --- a/meta/recipes-devtools/python/python-native/nohostlibs.patch +++ b/meta/recipes-devtools/python/python-native/nohostlibs.patch | |||
@@ -2,8 +2,8 @@ Upstream-Status: Inappropriate [embedded specific] | |||
2 | 2 | ||
3 | 2014/12/15 | 3 | 2014/12/15 |
4 | Rebased for python-2.7.9 | 4 | Rebased for python-2.7.9 |
5 | Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com> | 5 | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> |
6 | Signed-Off-By: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 6 | Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> |
7 | 7 | ||
8 | Index: Python-2.7.9/setup.py | 8 | Index: Python-2.7.9/setup.py |
9 | =================================================================== | 9 | =================================================================== |