From e18aba581c7f3f8518b8a9a850b6fe1eabc285ff Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 6 Jul 2010 05:07:49 -0700 Subject: python: upgrade from 2.6.2 to 2.6.5 python-native: upgrade from 2.6.1 to 2.6.5 Also removed these older version files: python_2.5.2 python-native_2.5.1 Rebased the patches to the newer code. Signed-off-by: Nitin A Kamble --- .../python-2.6.1/99-ignore-optimization-flag.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 meta/packages/python/python-2.6.1/99-ignore-optimization-flag.patch (limited to 'meta/packages/python/python-2.6.1/99-ignore-optimization-flag.patch') diff --git a/meta/packages/python/python-2.6.1/99-ignore-optimization-flag.patch b/meta/packages/python/python-2.6.1/99-ignore-optimization-flag.patch deleted file mode 100644 index 02dc44c847..0000000000 --- a/meta/packages/python/python-2.6.1/99-ignore-optimization-flag.patch +++ /dev/null @@ -1,19 +0,0 @@ -# Reinstate the empty -O option to fix weird mixing of native and target -# binaries and libraries with LD_LIBRARY_PATH when host==target -# -# Signed-off-by: Denys Dmytriyenko - -Index: Python-2.6.1/Modules/main.c -=================================================================== ---- Python-2.6.1-orig/Modules/main.c -+++ Python-2.6.1/Modules/main.c -@@ -352,6 +352,9 @@ Py_Main(int argc, char **argv) - - /* case 'J': reserved for Jython */ - -+ case 'O': /* ignore it */ -+ break; -+ - case 'N': - Py_OptimizeFlag=0; - break; -- cgit v1.2.3