diff options
Diffstat (limited to 'packages/python/python-native_2.5.1.bb')
| -rw-r--r-- | packages/python/python-native_2.5.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/python/python-native_2.5.1.bb b/packages/python/python-native_2.5.1.bb index e0b09cb861..fdaefe549a 100644 --- a/packages/python/python-native_2.5.1.bb +++ b/packages/python/python-native_2.5.1.bb @@ -11,7 +11,8 @@ EXCLUDE_FROM_WORLD = "1" SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2 \ file://bindir-libdir.patch;patch=1 \ file://cross-distutils.patch;patch=1 \ - file://dont-modify-shebang-line.patch;patch=1" + file://dont-modify-shebang-line.patch;patch=1 \ + file://default-is-optimized.patch;patch=1" S = "${WORKDIR}/Python-${PV}" inherit autotools native |
