]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/UPT/GenMetaFile/GenInfFile.py
BaseTools: Use hashlib instead of md5
authorFeng, YunhuaX <yunhuax.feng@intel.com>
Wed, 8 Aug 2018 06:56:55 +0000 (14:56 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Thu, 23 Aug 2018 07:01:27 +0000 (15:01 +0800)
commitfcb1af1b69f8c491824aaa589c7693fa6e731e0b
tree56bb15c40ef0c9013e25939704b9b192972a26e8
parent87010d3d02547c81f1add57a4e2ef0483c65fddf
BaseTools: Use hashlib instead of md5

Use from hashlib import md5 instead of import md5
due to md5 deprecated in python3

Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yunhua Feng <yunhuax.feng@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/Source/Python/UPT/GenMetaFile/GenDecFile.py
BaseTools/Source/Python/UPT/GenMetaFile/GenInfFile.py
BaseTools/Source/Python/UPT/InstallPkg.py
BaseTools/Source/Python/UPT/MkPkg.py
BaseTools/Source/Python/UPT/RmPkg.py
BaseTools/Source/Python/Workspace/MetaFileParser.py