diff options
| author | Koen Kooi <koen@openembedded.org> | 2006-05-04 11:58:17 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-04 11:58:17 +0000 |
| commit | 4e576d874c40f5358b6f3df70bb10bbcd2ae1717 (patch) | |
| tree | 3f1479eef20a697bd6b8b5a0bbc45153809d7787 /packages/python/python_2.4.3.bb | |
| parent | f7dc666421ae0de3d8859aad345239cd13bcc256 (diff) | |
| parent | 079dcb139403431fb19b752df884fc14aa506abe (diff) | |
merge of 46964b2367c68919c05de337c00dfb0f80a7bc6f
and 9ff24ed6ad4819ce51140dd2c4bd56863c7229be
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 |
