aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-02-14 14:52:00 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2011-02-14 19:44:31 +0100
commitbb99d26fb270d5a22f086c3d2528705dc1f3b6f2 (patch)
tree3bdc527c4b8d7769b6ad5fd68d5303397ba70d58 /contrib
parentb980489fdaf9fc61f4aaf69118606799be32d62c (diff)
downloadopenembedded-bb99d26fb270d5a22f086c3d2528705dc1f3b6f2.tar.gz
python: generate-manifest-2.6.py, update few entries
* config was in python-dev as well as python-distutils, keep in distutils * linecache.* was in python-core as well as python-lang, keep in core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/python/generate-manifest-2.6.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/python/generate-manifest-2.6.py b/contrib/python/generate-manifest-2.6.py
index 6d7bee9ea1..28a7226317 100755
--- a/contrib/python/generate-manifest-2.6.py
+++ b/contrib/python/generate-manifest-2.6.py
@@ -165,7 +165,7 @@ if __name__ == "__main__":
"config/.debug lib-dynload/.debug ${bindir}/.debug ${libdir}/.debug" )
m.addPackage( "${PN}-dev", "Python Development Package", "${PN}-core",
- "${includedir} ${libdir}/libpython2.6.so config" ) # package
+ "${includedir} ${libdir}/libpython2.6.so" ) # package
m.addPackage( "${PN}-idle", "Python Integrated Development Environment", "${PN}-core ${PN}-tkinter",
"${bindir}/idle idlelib" ) # package
@@ -257,7 +257,7 @@ if __name__ == "__main__":
"lib-dynload/_bisect.so lib-dynload/_collections.so lib-dynload/_heapq.so lib-dynload/_weakref.so lib-dynload/_functools.so " +
"lib-dynload/array.so lib-dynload/itertools.so lib-dynload/operator.so lib-dynload/parser.so " +
"atexit.* bisect.* code.* codeop.* collections.* dis.* functools.* heapq.* inspect.* keyword.* opcode.* symbol.* repr.* token.* " +
- "tokenize.* traceback.* linecache.* weakref.*" )
+ "tokenize.* traceback.* weakref.*" )
m.addPackage( "${PN}-logging", "Python Logging Support", "${PN}-core ${PN}-io ${PN}-lang ${PN}-pickle ${PN}-stringold",
"logging" ) # package