diff options
| author | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-03-07 10:54:12 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-03-07 10:54:12 +0000 |
| commit | f4d4e808eef48613ba91e950aa0b01ca0674bb39 (patch) | |
| tree | de0a5e7596e5b60cccc0ed5654d0379a3e9e57dc /contrib | |
| parent | be3ea0c1dad004e8ad2e5ea113880e3769fa2b18 (diff) | |
| parent | 47a07d0845784c149a4333b05fa001afc5f9b375 (diff) | |
merge of '86b0497d4fe52237e4f52c1f3b0086f931a8720f'
and 'a9d5f0dcb0f1b73518569a304f263ac4f3e2819a'
Diffstat (limited to 'contrib')
| -rwxr-xr-x | contrib/python/generate-manifest-2.5.py | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/contrib/python/generate-manifest-2.5.py b/contrib/python/generate-manifest-2.5.py index 3419cab2e5..94ae5ce4fd 100755 --- a/contrib/python/generate-manifest-2.5.py +++ b/contrib/python/generate-manifest-2.5.py @@ -9,12 +9,11 @@ import os import sys import time -VERSION = "2.5.1" -# increase when touching python-core, this should be the same ml version as in python_2.5.x.bb -BASEREV = 7 +VERSION = "2.5.2" +BASEREV = 0 __author__ = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>" -__version__ = "20080122" +__version__ = "20080306" class MakefileMaker: @@ -188,7 +187,7 @@ if __name__ == "__main__": m.addPackage( 0, "python-compression", "Python High Level Compression Support", "python-core python-zlib", "gzip.* zipfile.*" ) - m.addPackage( 0, "python-crypt", "Python Basic Cryptographic and Hashing Support", "python-core", + m.addPackage( 1, "python-crypt", "Python Basic Cryptographic and Hashing Support", "python-core", "hashlib.* md5.* sha.* lib-dynload/crypt.so lib-dynload/_hashlib.so lib-dynload/_sha256.so lib-dynload/_sha512.so" ) m.addPackage( 0, "python-textutils", "Python Option Parsing, Text Wrapping and Comma-Separated-Value Support", "python-core python-io python-re python-stringold", @@ -295,13 +294,13 @@ if __name__ == "__main__": m.addPackage( 0, "python-subprocess", "Python Subprocess Support", "python-core python-io python-re python-fcntl python-pickle", "subprocess.*" ) - m.addPackage( 0, "python-sqlite3", "Python Sqlite3 Database Support", "python-core", - "sqlite3" ) # package + m.addPackage( 1, "python-sqlite3", "Python Sqlite3 Database Support", "python-core", + "lib-dynload/_sqlite3.so sqlite3" ) # package m.addPackage( 0, "python-stringold", "Python String APIs [deprecated]", "python-core python-re", "lib-dynload/strop.so string.*" ) - m.addPackage( 0, "python-syslog", "Python's syslog Interface", "python-core", + m.addPackage( 0, "python-syslog", "Python's Syslog Interface", "python-core", "lib-dynload/syslog.so" ) m.addPackage( 0, "python-terminal", "Python Terminal Controlling Support", "python-core python-io", |
