aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorPhilip Balister <philip@opensdr.com>2010-11-21 10:02:54 -0800
committerKhem Raj <raj.khem@gmail.com>2010-11-22 12:53:59 -0800
commitc14a2b3dade7a53f1f55e03ec84ae1d409a9c994 (patch)
tree219b5ddad547960736c51c101d2279d9e9639552 /contrib
parentf28d0d347cbb4f743c3940d885efe93889938969 (diff)
downloadopenembedded-c14a2b3dade7a53f1f55e03ec84ae1d409a9c994.tar.gz
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.
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/python/generate-manifest-2.6.py2
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 5ebafb8695..a716d452fa 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" )