[oe] [PATCH] /contrib/python/generate-manifest-2.6.py: added contextlib to included modules

Martin Bures needemesleepe at gmail.com
Fri Jun 10 15:08:23 UTC 2011


* Added the contextlib library to python-lang subsection.  This module was
built but
 not included in any python- package.  This library is part of the
 Python runtime services and is a collection of utilities to support
 with-statements.

Signed-off-by: Martin Bures <needemesleepe at gmail.com>
---
 contrib/python/generate-manifest-2.6.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/contrib/python/generate-manifest-2.6.py b/contrib/python/
generate-manifest-2.6.py
index 1b11266..0a56c43 100755
--- a/contrib/python/generate-manifest-2.6.py
+++ b/contrib/python/generate-manifest-2.6.py
@@ -256,7 +256,7 @@ if __name__ == "__main__":
     m.addPackage( "${PN}-lang", "Python Low-Level Language Support",
"${PN}-core",
     "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.* " +
+    "atexit.* bisect.* contextlib* code.* codeop.* collections.* dis.*
functools.* heapq.* inspect.* keyword.* opcode.* symbol.* repr.* token.* " +
     "tokenize.* traceback.* weakref.*" )

     m.addPackage( "${PN}-logging", "Python Logging Support", "${PN}-core
${PN}-io ${PN}-lang ${PN}-pickle ${PN}-stringold",
-- 
1.7.0.4



More information about the Openembedded-devel mailing list