[oe-commits] org.oe.dev generate-manifest-2.5.py: not in sync with manifest.inc

john_lee commit oe at amethyst.openembedded.net
Mon Jul 21 09:15:33 UTC 2008


generate-manifest-2.5.py: not in sync with manifest.inc
* python-compression with tarfile is not in generate-manifest

Author: john_lee at openembedded.org
Branch: org.openembedded.dev
Revision: 21fd4b09ce7ac24dc3deb61f01b7dfbf2d2f90ad
ViewMTN: http://monotone.openembedded.org/revision/info/21fd4b09ce7ac24dc3deb61f01b7dfbf2d2f90ad
Files:
1
contrib/python/generate-manifest-2.5.py
Diffs:

#
# mt diff -r6481fc52af8f37795f4f9da352a4f298c12f4e8a -r21fd4b09ce7ac24dc3deb61f01b7dfbf2d2f90ad
#
#
#
# patch "contrib/python/generate-manifest-2.5.py"
#  from [ccd26c481e9a850b5cb869f898e0a08bc214b6e3]
#    to [2c4fe0a1bda8d3d252efebff3158f769a34cbea7]
#
============================================================
--- contrib/python/generate-manifest-2.5.py	ccd26c481e9a850b5cb869f898e0a08bc214b6e3
+++ contrib/python/generate-manifest-2.5.py	2c4fe0a1bda8d3d252efebff3158f769a34cbea7
@@ -184,8 +184,8 @@ if __name__ == "__main__":
     m.addPackage( 0, "python-compiler", "Python Compiler Support", "python-core",
     "compiler" ) # package
 
-    m.addPackage( 0, "python-compression", "Python High Level Compression Support", "python-core python-zlib",
-    "gzip.* zipfile.*" )
+    m.addPackage( 1, "python-compression", "Python High Level Compression Support", "python-core python-zlib",
+    "gzip.* zipfile.* tarfile.*" )
 
     m.addPackage( 1, "python-crypt", "Python Basic Cryptographic and Hashing Support", "python-core",
     "hashlib.* md5.* sha.* lib-dynload/crypt.so lib-dynload/_hashlib.so lib-dynload/_sha256.so lib-dynload/_sha512.so" )






More information about the Openembedded-commits mailing list