aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2009-10-06 20:50:09 +0000
committerutx@penguin.cz <utx@penguin.cz>2009-10-06 20:50:09 +0000
commiteb6fc049798ae5a1ece3c448bf03abbf5e884d56 (patch)
tree51a19640d074ad1220fb4c3e280fd2185e8f676c /contrib/python
parente6f09ac96fd78f78c1d0428d3872f1f43685eb20 (diff)
downloadopenembedded-eb6fc049798ae5a1ece3c448bf03abbf5e884d56.tar.gz
python: Fixed -dbg QA error (config/.debug in python-distutils).
* For more see http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-October/013964.html
Diffstat (limited to 'contrib/python')
-rwxr-xr-xcontrib/python/generate-manifest-2.6.py13
1 files changed, 7 insertions, 6 deletions
diff --git a/contrib/python/generate-manifest-2.6.py b/contrib/python/generate-manifest-2.6.py
index 8d9272e4f1..fe0e38596b 100755
--- a/contrib/python/generate-manifest-2.6.py
+++ b/contrib/python/generate-manifest-2.6.py
@@ -12,7 +12,7 @@ import time
VERSION = "2.6.2"
__author__ = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
-__version__ = "20090812"
+__version__ = "20091004"
class MakefileMaker:
@@ -70,16 +70,17 @@ class MakefileMaker:
provideLine += '"'
self.out( provideLine )
- self.out( "" )
+ self.out( "" )
#
# generate package line
#
- packageLine = 'PACKAGES="'
+ packageLine = 'PACKAGES="python-core-dbg '
for name in self.packages:
- packageLine += "%s " % name
- packageLine += ' python-modules"'
+ if name != 'python-core-dbg':
+ packageLine += "%s " % name
+ packageLine += 'python-modules"'
self.out( packageLine )
self.out( "" )
@@ -161,7 +162,7 @@ if __name__ == "__main__":
"lib-dynload/xreadlines.so types.* ${bindir}/python*" )
m.addPackage( "python-core-dbg", "Python core module debug information", "python-core",
- "lib-dynload/.debug ${bindir}/.debug ${libdir}/.debug" )
+ "config/.debug lib-dynload/.debug ${bindir}/.debug ${libdir}/.debug" )
m.addPackage( "python-devel", "Python Development Package", "python-core",
"${includedir} ${libdir}/libpython2.6.so config" ) # package