diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2005-10-10 12:59:25 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-10 12:59:25 +0000 |
commit | f99c079ddd4205b2e87169aea0686551264f8df0 (patch) | |
tree | e02c8c539bf853285bc5ea8c28f13cfa16fe225b | |
parent | 32ac7b11cea1fa71dbcab59cfe6fd95c9792a018 (diff) | |
parent | 7f87dce4ec0f90174ed09255f68c750c4d88cc25 (diff) |
merge of 191c15587a52167bdbf3962df6cf1720cec9be13
and 6f6f4ddb44c518f6657a701445cadd26d5c7439e
-rw-r--r-- | packages/python/python-2.4.2-manifest.inc | 6 | ||||
-rw-r--r-- | packages/python/python_2.4.2.bb | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/packages/python/python-2.4.2-manifest.inc b/packages/python/python-2.4.2-manifest.inc index 4a0cf6e0e7..5020070667 100644 --- a/packages/python/python-2.4.2-manifest.inc +++ b/packages/python/python-2.4.2-manifest.inc @@ -1,5 +1,5 @@ ######################################################################################################################## -### AUTO-GENERATED by './generate-oe.py' [(C) 2002-2005 Michael 'Mickey' Lauer <mickey@Vanille.de>] on Wed Sep 28 15:56:41 2005 +### AUTO-GENERATED by './generate-oe.py' [(C) 2002-2005 Michael 'Mickey' Lauer <mickey@Vanille.de>] on Mon Oct 10 14:45:24 2005 ### ### Visit THE Python for Embedded Systems Site => http://www.Vanille.de/projects/python.spy ### @@ -176,9 +176,9 @@ RDEPENDS_python-xml="python-core python-re" FILES_python-xml="${libdir}/python2.4/lib-dynload/pyexpat.so ${libdir}/python2.4/xml ${libdir}/python2.4/xmllib.* " DESCRIPTION_python-mime="Python MIME Handling APIs" -PR_python-mime="ml1" +PR_python-mime="ml2" RDEPENDS_python-mime="python-core python-io" -FILES_python-mime="${libdir}/python2.4/mimetools.* ${libdir}/python2.4/rfc822.* " +FILES_python-mime="${libdir}/python2.4/mimetools.* ${libdir}/python2.4/quopri.* ${libdir}/python2.4/rfc822.* " DESCRIPTION_python-tests="Python Tests" PR_python-tests="ml1" diff --git a/packages/python/python_2.4.2.bb b/packages/python/python_2.4.2.bb index f29e0dc6d1..34c8fc7ba4 100644 --- a/packages/python/python_2.4.2.bb +++ b/packages/python/python_2.4.2.bb @@ -6,7 +6,7 @@ PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" PROVIDES = "python python-core" DEPENDS = "python-native readline zlib gdbm openssl tcl tk" -PR = "ml1" +PR = "ml2" PYTHON_MAJMIN = "2.4" |