From a71e0b7fd43bde934854cfd5ad3e8dad2df87948 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 15 Aug 2007 20:06:49 +0000 Subject: python[-native] 2.5.1: add patch to compile everything in optimized bytecode. This also reduces the packaging size / flash consumption --- packages/python/python-native_2.5.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/python/python-native_2.5.1.bb') 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 -- cgit v1.2.3