summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-26 11:52:30 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-27 10:38:43 +0100
commita5bf271c7c4cf5d3bfdf8d1b05eec70ca43726b8 (patch)
tree6f52c51ed4cc168dfe5f3143c0c8ed6ed2ff71fa /meta/recipes-devtools/python
parent81f9abc256272e0c9b0f993f7a57e2175c692684 (diff)
downloadpoky-a5bf271c7c4cf5d3bfdf8d1b05eec70ca43726b8.tar.gz
meta: Add/fix missing Upstream-Status to patches
This adds or fixes the Upstream-Status for all remaining patches missing it in OE-Core. (From OE-Core rev: 563cab8e823c3fde8ae4785ceaf4d68a5d3e25df) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python/multilib.patch2
-rw-r--r--meta/recipes-devtools/python/python/use_sysroot_ncurses_instead_of_host.patch1
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python/multilib.patch b/meta/recipes-devtools/python/python/multilib.patch
index 50cc5911aa..f5568d2d2b 100644
--- a/meta/recipes-devtools/python/python/multilib.patch
+++ b/meta/recipes-devtools/python/python/multilib.patch
@@ -1,6 +1,6 @@
1Rebased for python-2.7.9 1Rebased for python-2.7.9
2Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> 2Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
3 3Upstream-Status: Pending
4Index: Python-2.7.13/configure.ac 4Index: Python-2.7.13/configure.ac
5=================================================================== 5===================================================================
6--- Python-2.7.13.orig/configure.ac 6--- Python-2.7.13.orig/configure.ac
diff --git a/meta/recipes-devtools/python/python/use_sysroot_ncurses_instead_of_host.patch b/meta/recipes-devtools/python/python/use_sysroot_ncurses_instead_of_host.patch
index 2c657861c8..fb4a3bcf95 100644
--- a/meta/recipes-devtools/python/python/use_sysroot_ncurses_instead_of_host.patch
+++ b/meta/recipes-devtools/python/python/use_sysroot_ncurses_instead_of_host.patch
@@ -2,6 +2,7 @@ Python tries to use ncursesw from the host,
2if it is not found causes an error on configure, 2if it is not found causes an error on configure,
3we should use ncursesw from sysroot instead 3we should use ncursesw from sysroot instead
4 4
5Upstream-Status: Pending
5 6
6Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> 7Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
7 8