[oe-commits] Khem Raj : python: Add Patch description and status information

git at git.openembedded.org git at git.openembedded.org
Mon Aug 26 12:10:02 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: e5ab16fded337dee633d31b2a9ab2b6fefb71e7e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e5ab16fded337dee633d31b2a9ab2b6fefb71e7e

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue Jul 30 11:25:39 2013 -0700

python: Add Patch description and status information

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../python/python3/000-cross-compile.patch         |    7 +++++++
 .../python3/020-dont-compile-python-files.patch    |    6 ++++++
 .../python/python3/030-fixup-include-dirs.patch    |    6 ++++++
 .../python3/070-dont-clean-ipkg-install.patch      |    6 ++++++
 .../python3/080-distutils-dont_adjust_files.patch  |    6 ++++++
 .../python/python3/110-enable-zlib.patch           |    6 ++++++
 .../python/python3/130-readline-setup.patch        |    6 ++++++
 .../python/python3/150-fix-setupterm.patch         |    6 ++++++
 .../python/python3/python-3.3-multilib.patch       |    6 ++++++
 .../python/python3/shutil-follow-symlink-fix.patch |    6 ++++++
 10 files changed, 61 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-devtools/python/python3/000-cross-compile.patch b/meta/recipes-devtools/python/python3/000-cross-compile.patch
index 23c1755..2506a59 100644
--- a/meta/recipes-devtools/python/python3/000-cross-compile.patch
+++ b/meta/recipes-devtools/python/python3/000-cross-compile.patch
@@ -1,3 +1,10 @@
+We cross compile python. This patch uses tools from host/native
+python instead of in-tree tools
+
+-Khem
+
+Upstream-Status: Inappropriate[Configuration Specific]
+
 ---
  Makefile.pre.in |   25 +++++++++++++------------
  1 file changed, 13 insertions(+), 12 deletions(-)
diff --git a/meta/recipes-devtools/python/python3/020-dont-compile-python-files.patch b/meta/recipes-devtools/python/python3/020-dont-compile-python-files.patch
index 07a906e..03ef286 100644
--- a/meta/recipes-devtools/python/python3/020-dont-compile-python-files.patch
+++ b/meta/recipes-devtools/python/python3/020-dont-compile-python-files.patch
@@ -1,3 +1,9 @@
+Dont cross compile site packages
+
+-Khem
+
+Upstream-Status: Inappropriate[Embedded-Specific]
+
 ---
  Makefile.pre.in |   16 ----------------
  1 file changed, 16 deletions(-)
diff --git a/meta/recipes-devtools/python/python3/030-fixup-include-dirs.patch b/meta/recipes-devtools/python/python3/030-fixup-include-dirs.patch
index 3e009c1..6beac7b 100644
--- a/meta/recipes-devtools/python/python3/030-fixup-include-dirs.patch
+++ b/meta/recipes-devtools/python/python3/030-fixup-include-dirs.patch
@@ -1,3 +1,9 @@
+Do not hardcode /usr into include paths when cross compiling
+
+-Khem
+
+Upstream-Status: Pending
+ 
 ---
  setup.py |   15 ++-------------
  1 file changed, 2 insertions(+), 13 deletions(-)
diff --git a/meta/recipes-devtools/python/python3/070-dont-clean-ipkg-install.patch b/meta/recipes-devtools/python/python3/070-dont-clean-ipkg-install.patch
index 2ac85d9..789929b 100644
--- a/meta/recipes-devtools/python/python3/070-dont-clean-ipkg-install.patch
+++ b/meta/recipes-devtools/python/python3/070-dont-clean-ipkg-install.patch
@@ -1,3 +1,9 @@
+consider opkg directories when cleaning up
+
+-Khem
+
+Upstream-Status: Inappropriate [OE specific]
+
 ---
  Makefile.pre.in |    6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-devtools/python/python3/080-distutils-dont_adjust_files.patch b/meta/recipes-devtools/python/python3/080-distutils-dont_adjust_files.patch
index ac5450b..b96419a 100644
--- a/meta/recipes-devtools/python/python3/080-distutils-dont_adjust_files.patch
+++ b/meta/recipes-devtools/python/python3/080-distutils-dont_adjust_files.patch
@@ -1,3 +1,9 @@
+do not "adjust" python files before copying
+
+-Khem
+
+Upstream-Status: Inappropriate [Embedded-Specific]
+
 ---
  Lib/distutils/command/build_scripts.py |   43 +++------------------------------
  1 file changed, 4 insertions(+), 39 deletions(-)
diff --git a/meta/recipes-devtools/python/python3/110-enable-zlib.patch b/meta/recipes-devtools/python/python3/110-enable-zlib.patch
index 90c364e..fb92a19 100644
--- a/meta/recipes-devtools/python/python3/110-enable-zlib.patch
+++ b/meta/recipes-devtools/python/python3/110-enable-zlib.patch
@@ -1,3 +1,9 @@
+Enable zlib in python
+
+-Khem
+
+Upstream-Status: Inappropriate [OE-Specific]
+
 ---
  Modules/Setup.dist |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/python/python3/130-readline-setup.patch b/meta/recipes-devtools/python/python3/130-readline-setup.patch
index 3d28a19..c805652 100644
--- a/meta/recipes-devtools/python/python3/130-readline-setup.patch
+++ b/meta/recipes-devtools/python/python3/130-readline-setup.patch
@@ -1,3 +1,9 @@
+package python-readline
+
+-Khem
+
+Upstream-Status: Inappropriate [Embedded Specific]
+
 --- a/setup.py
 +++ b/setup.py
 @@ -666,45 +666,7 @@ class PyBuildExt(build_ext):
diff --git a/meta/recipes-devtools/python/python3/150-fix-setupterm.patch b/meta/recipes-devtools/python/python3/150-fix-setupterm.patch
index db53482..78d7c78 100644
--- a/meta/recipes-devtools/python/python3/150-fix-setupterm.patch
+++ b/meta/recipes-devtools/python/python3/150-fix-setupterm.patch
@@ -1,3 +1,9 @@
+Fix warning with newer compiler
+
+-Khem
+
+Upstream-Status: Pending
+
 --- a/Modules/_cursesmodule.c
 +++ b/Modules/_cursesmodule.c
 @@ -116,7 +116,7 @@ char *PyCursesVersion = "2.2";
diff --git a/meta/recipes-devtools/python/python3/python-3.3-multilib.patch b/meta/recipes-devtools/python/python3/python-3.3-multilib.patch
index 679f49f..7d66a0e 100644
--- a/meta/recipes-devtools/python/python3/python-3.3-multilib.patch
+++ b/meta/recipes-devtools/python/python3/python-3.3-multilib.patch
@@ -1,3 +1,9 @@
+get the sys.lib from python itself and do not use hardcoded value of 'lib'
+
+-Khem
+
+Upstream-Status: Pending
+
 Index: Python-3.3.2/Include/pythonrun.h
 ===================================================================
 --- Python-3.3.2.orig/Include/pythonrun.h	2013-05-15 09:32:54.000000000 -0700
diff --git a/meta/recipes-devtools/python/python3/shutil-follow-symlink-fix.patch b/meta/recipes-devtools/python/python3/shutil-follow-symlink-fix.patch
index 0e4680e..802b1c7 100644
--- a/meta/recipes-devtools/python/python3/shutil-follow-symlink-fix.patch
+++ b/meta/recipes-devtools/python/python3/shutil-follow-symlink-fix.patch
@@ -1,3 +1,9 @@
+shutils should consider symlinks
+
+-Khem
+
+Upstream-Status: Pending
+
 --- a/Lib/shutil.py	2013-01-29 12:31:06.926555779 -0800
 +++ b/Lib/shutil.py	2013-01-29 16:31:39.097554182 -0800
 @@ -132,7 +132,7 @@ def copymode(src, dst, *, follow_symlink



More information about the Openembedded-commits mailing list