aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-06-21 07:53:02 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-06-21 07:53:02 +0000
commit202201a1971d82e348e066fbd2eaacc64b7022d7 (patch)
treec021012063f69f6e4f2ec8ec59515228e87f61ef /contrib/python
parenta721869e901ab387d9a719877096f7fee8ea3575 (diff)
downloadopenembedded-202201a1971d82e348e066fbd2eaacc64b7022d7.tar.gz
python 2.4.4 fix debug package name to python-core-dbg
Diffstat (limited to 'contrib/python')
-rwxr-xr-xcontrib/python/generate-manifest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/python/generate-manifest.py b/contrib/python/generate-manifest.py
index 6896ad1901..0267a3e980 100755
--- a/contrib/python/generate-manifest.py
+++ b/contrib/python/generate-manifest.py
@@ -10,7 +10,7 @@ import time
VERSION = "2.4.4"
# increase when touching python-core
-BASEREV = 1
+BASEREV = 2
__author__ = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
__version__ = "20070721"
@@ -158,7 +158,7 @@ if __name__ == "__main__":
"lib/python2.4/lib-dynload/binascii.so lib/python2.4/lib-dynload/struct.so lib/python2.4/lib-dynload/time.so " +
"lib/python2.4/lib-dynload/xreadlines.so lib/python2.4/types.* bin/python*" )
- m.addPackage( 0, "python-core-debug", "Python core module debug information", "python-core",
+ m.addPackage( 0, "python-core-dbg", "Python core module debug information", "python-core",
"lib/python2.4/lib-dynload/.debug bin/.debug lib/.debug" )
m.addPackage( 0, "python-devel", "Python Development Package", "python-core",