]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/AutoGen/AutoGen.py
BaseTools: Fix the bug that different DSC file use same build output
authorYonghong Zhu <yonghong.zhu@intel.com>
Tue, 23 May 2017 09:02:05 +0000 (17:02 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Wed, 24 May 2017 05:14:32 +0000 (13:14 +0800)
commit2d499388452cf8215265a0757395e7dbcdb32ea8
treebd20729361fe340d049930922704fbe255fe0a3b
parent99adfe9f51cbe105ec12f0572571fc85762382fb
BaseTools: Fix the bug that different DSC file use same build output

We meet a corner case that build different DSC file, but the DSC file use
same build output directory, and the different DSC file use a same PCD
with different Pcd Type, it cause build failure.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/AutoGen/AutoGen.py