]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix a bug when apply patches to SEC use the FILE_GUID override
authorYonghong Zhu <yonghong.zhu@intel.com>
Mon, 7 Dec 2015 09:08:05 +0000 (09:08 +0000)
committeryzhu52 <yzhu52@Edk2>
Mon, 7 Dec 2015 09:08:05 +0000 (09:08 +0000)
commit4aa9826def3bf9d817e7d245d46886a31de92c15
tree278bb43a70256f40c05a9d6288d01b8a190c7eed
parent2ff9e575746a2664580df87e4e61d1183a67dcec
BaseTools: Fix a bug when apply patches to SEC use the FILE_GUID override

Fix a bug when applying patches to SEC modules that use the FILE_GUID
override. Since a temp dir is used when FILE_GUID override is used, the
INF file path comparisons fail. The fix is to capture the real INF file
path comparisons instead of using the temp dir path to the INF.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19142 6f19259b-4bc3-4df7-8a09-765794883524
BaseTools/Source/Python/GenFds/FfsInfStatement.py