diff options
| author | Stefan Schmidt <stefan@datenfreihafen.org> | 2008-10-21 12:03:09 +0200 |
|---|---|---|
| committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2008-10-21 12:03:09 +0200 |
| commit | d05dca7b0d286e1df13824b99cd5f262ade439e2 (patch) | |
| tree | 7c7f247f1a88c405063d1d7108db11d181c3dbb1 /packages/python/python_2.5.2.bb | |
| parent | 313753ac3e740c8ff54f0b0ddb2acb659033fe85 (diff) | |
| parent | 96198fd96bd2ddddab9708f3c6c3f527253130d8 (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.bb | 28 |
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 |
