diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-04 13:23:00 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-04 13:23:00 +0000 |
commit | 844f7ef25e0634ed47e6e0a5f28ff9813a0518d8 (patch) | |
tree | af3530d4f566b43d0c447bd8ccea2494d1e2e6b9 /contrib/python | |
parent | 325b7da6a4b27df23d9874caf99376170abbe642 (diff) | |
parent | 1f85d20eeb3a4eb0157d6da293cf5423d1515ef6 (diff) |
merge of '223327fd3033fa458005719c617ffb6c13746e86'
and 'ce63e148eb0ac86cb7f827f18f543498d1950b15'
Diffstat (limited to 'contrib/python')
-rwxr-xr-x | contrib/python/generate-manifest.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/python/generate-manifest.py b/contrib/python/generate-manifest.py index 2fd681dc01..0c0aea27c1 100755 --- a/contrib/python/generate-manifest.py +++ b/contrib/python/generate-manifest.py @@ -226,7 +226,7 @@ if __name__ == "__main__": m.addPackage( 0, "python-html", "Python HTML Processing", "python-core", "formatter.* htmlentitydefs.* htmllib.* markupbase.* sgmllib.* " ) - m.addPackage( 0, "python-gdbm", "Python GNU Database Support", "python-core, libgdbm3", + m.addPackage( 0, "python-gdbm", "Python GNU Database Support", "python-core", "lib-dynload/gdbm.so" ) m.addPackage( 0, "python-image", "Python Graphical Image Handling", "python-core", @@ -281,7 +281,7 @@ if __name__ == "__main__": m.addPackage( 0, "python-re", "Python Regular Expression APIs", "python-core", "re.* sre.* sre_compile.* sre_constants* sre_parse.*" ) # _sre is builtin - m.addPackage( 0, "python-readline", "Python Readline Support", "python-core, libreadline4", + m.addPackage( 0, "python-readline", "Python Readline Support", "python-core", "lib-dynload/readline.so rlcompleter.*" ) m.addPackage( 0, "python-resource", "Python Resource Control Interface", "python-core", |