mirror of
https://git.yoctoproject.org/poky
synced 2026-02-06 16:56:37 +01:00
python: update to 2.5.1 from OE (without tcl/tk deps)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3176 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
13
meta-extras/packages/python/python-native-2.5.1/default-is-optimized.patch
vendored
Normal file
13
meta-extras/packages/python/python-native-2.5.1/default-is-optimized.patch
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
Index: Python-2.5.1/Python/compile.c
|
||||
===================================================================
|
||||
--- Python-2.5.1.orig/Python/compile.c
|
||||
+++ Python-2.5.1/Python/compile.c
|
||||
@@ -30,7 +30,7 @@
|
||||
#include "symtable.h"
|
||||
#include "opcode.h"
|
||||
|
||||
-int Py_OptimizeFlag = 0;
|
||||
+int Py_OptimizeFlag = 1;
|
||||
|
||||
/*
|
||||
ISSUES:
|
||||
Reference in New Issue
Block a user