]> code.ossystems Code Review - openembedded-core.git/commit
bitbake/fetch2: Drop old md5 handling code
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 4 Feb 2011 10:30:54 +0000 (10:30 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Feb 2011 09:06:36 +0000 (09:06 +0000)
commit74b71864fed79ce60e721945c8e239b3ebf49200
tree0b3b735bd9a774911658d0114cee0abdca337712
parentd08397ba4d1331993300eacbb2f78fcfef19c1cf
bitbake/fetch2: Drop old md5 handling code

Drop some old md5 functions since we have improved functionality now which includes
sha256 checksum support. This stops each download being md5 checksumed twice.

Also change ".md5" stamp extentions to ".done" to better describe its use as a
download complete marker file and no longer write the md5 sum to the files.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/fetch2/__init__.py