From ab89422c10edc0f99912e5c9ab51cbd363171d58 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Sat, 18 Oct 2008 17:52:12 +0200 Subject: python 2.5.2: add some patches from pymaemo, remove old-and-deprecated package --- packages/python/python_2.5.2.bb | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) (limited to 'packages/python/python_2.5.2.bb') 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 -- cgit v1.2.3