summaryrefslogtreecommitdiff
path: root/packages/python/python_2.5.2.bb
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2008-10-19 19:13:07 +0100
committerPhil Blundell <philb@gnu.org>2008-10-19 19:13:07 +0100
commit02735830de924c6ce96f28d5d37a714f9eece092 (patch)
tree4de742e08615447b4b1016257e97f4014b780d0e /packages/python/python_2.5.2.bb
parent16468ec4f6391337dc6fb55ea9edf8f015d7bc6f (diff)
parent44c937dc478236138cffe1e18a877a74f4a9f281 (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages/python/python_2.5.2.bb')
-rw-r--r--packages/python/python_2.5.2.bb28
1 files changed, 18 insertions, 10 deletions
diff --git a/packages/python/python_2.5.2.bb b/packages/python/python_2.5.2.bb
index d968483d17..d6e8bb3ab0 100644
--- a/packages/python/python_2.5.2.bb
+++ b/packages/python/python_2.5.2.bb
@@ -6,19 +6,27 @@ PRIORITY = "optional"
DEPENDS = "python-native db gdbm openssl readline sqlite3 tcl tk zlib"
DEPENDS_sharprom = "python-native db readline zlib gdbm openssl"
# bump this on every change in contrib/python/generate-manifest-2.5.py
-FILE_PR = "ml11"
+FILE_PR = "ml13"
PYTHON_MAJMIN = "2.5"
-SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2 \
- file://bindir-libdir.patch;patch=1 \
- file://crosscompile.patch;patch=1 \
- file://fix-tkinter-detection.patch;patch=1 \
- file://autohell.patch;patch=1 \
- file://sitebranding.patch;patch=1 \
- file://enable-ctypes-module.patch;patch=1 \
- file://default-is-optimized.patch;patch=1 \
- file://sitecustomize.py"
+SRC_URI = "\
+ http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2 \
+ file://bindir-libdir.patch;patch=1 \
+ file://crosscompile.patch;patch=1 \
+ file://fix-tkinter-detection.patch;patch=1 \
+ file://autohell.patch;patch=1 \
+ file://sitebranding.patch;patch=1 \
+ file://enable-ctypes-module.patch;patch=1 \
+ file://default-is-optimized.patch;patch=1 \
+ \
+ file://05-install.patch;patch=1 \
+ file://06-fix-urllib-exception.patch;patch=1 \
+ file://16-bug1179-imageop.patch;patch=1 \
+ file://13-set-wakeup-fix.patch;patch=1 \
+ \
+ file://sitecustomize.py \
+"
S = "${WORKDIR}/Python-${PV}"
inherit autotools