[oe-commits] Philip Balister : generate-manifest-2.6.py : Added platform module to the generator script.

git version control git at git.openembedded.org
Sun Nov 21 18:15:43 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8d91e8a1b6876c6b07cabbd94439eb9bdc295d87
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8d91e8a1b6876c6b07cabbd94439eb9bdc295d87

Author: Philip Balister <philip at opensdr.com>
Date:   Sun Nov 21 10:02:54 2010 -0800

generate-manifest-2.6.py : Added platform module to the generator script.

This is needed so that http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=c59afd9fd456766c473c4fb7f7cc4db3e8623c39
does not overwrite the manifest file.

---

 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 5ebafb8..a716d45 100755
--- a/contrib/python/generate-manifest-2.6.py
+++ b/contrib/python/generate-manifest-2.6.py
@@ -159,7 +159,7 @@ if __name__ == "__main__":
     "warnings.* site.* stat.* " +
     "UserDict.* UserList.* UserString.* " +
     "lib-dynload/binascii.so lib-dynload/_struct.so lib-dynload/time.so " +
-    "lib-dynload/xreadlines.so types.* ${bindir}/python*" )
+    "lib-dynload/xreadlines.so types.* platform.* ${bindir}/python*" )
 
     m.addPackage( "python-core-dbg", "Python core module debug information", "python-core",
     "config/.debug lib-dynload/.debug ${bindir}/.debug ${libdir}/.debug" )





More information about the Openembedded-commits mailing list