# HG changeset patch # User Bernhard Urban # Date 1398332948 -7200 # Node ID 9e7f87dc6395681830ab82ce2c21c4a2fc3f160e # Parent 43aa6a7e60bd0b6e7dbdd1a95c3872d08b94edbe mx exportlibs: include source dependencies and digest files diff -r 43aa6a7e60bd -r 9e7f87dc6395 mxtool/mx.py --- a/mxtool/mx.py Thu Apr 24 11:50:40 2014 +0200 +++ b/mxtool/mx.py Thu Apr 24 11:49:08 2014 +0200 @@ -4392,6 +4392,12 @@ for lib in libsToExport: add(lib.get_path(resolve=True), lib.path) + if lib.sha1: + add(lib.get_path(resolve=True) + ".sha1", lib.path + ".sha1") + if lib.sourcePath: + add(lib.get_source_path(resolve=True), lib.sourcePath) + if lib.sourceSha1: + add(lib.get_source_path(resolve=True) + ".sha1", lib.sourcePath + ".sha1") if args.extras: for e in args.extras: