diff options
| author | Michael Lauer <mickey@vanille-media.de> | 2006-05-03 14:29:36 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-03 14:29:36 +0000 |
| commit | 914ca8cc9334fde6c2eb0c6e356840f5cc3944f0 (patch) | |
| tree | dd1f2be0b0270e4710b2a01928e55660b8e350d3 /packages/python/python_2.4.3.bb | |
| parent | ab60b907a46f9d0e55551ae52ad408bb5b278bbf (diff) | |
| parent | 11616e3588c8df8985418a759612fadb30cc0c3c (diff) | |
merge of 853e35738795ae7caa7858e2df6f8cf805e42cc2
and ddc2ba34a8ed2f37044bdcbbe0d0716407db6565
Diffstat (limited to 'packages/python/python_2.4.3.bb')
| -rw-r--r-- | packages/python/python_2.4.3.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/python/python_2.4.3.bb b/packages/python/python_2.4.3.bb index 289de18a53..30ce73abe2 100644 --- a/packages/python/python_2.4.3.bb +++ b/packages/python/python_2.4.3.bb @@ -6,14 +6,15 @@ PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" DEPENDS = "python-native readline zlib gdbm openssl tcl tk" DEPENDS_sharprom = "python-native readline zlib gdbm openssl" -PR = "ml2" +PR = "ml3" PYTHON_MAJMIN = "2.4" 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://fix-tkinter-detection.patch;patch=1 \ + file://sitebranding.patch;patch=1" S = "${WORKDIR}/Python-${PV}" inherit autotools |
