]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/AutoGen/AutoGen.py
BaseTools: Fix bug to not mix comment into Asbuilt inf Depex section
authorYonghong Zhu <yonghong.zhu@intel.com>
Wed, 11 May 2016 05:46:44 +0000 (13:46 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Mon, 16 May 2016 00:57:51 +0000 (08:57 +0800)
commit518aebe2f7ab2ca7376f450a07439b5741e65503
tree9206bee2c23112e813aa7a3f4fc4315d0430b109
parent0ab90add0f525eb9c91ce4bc2357298c4f357d09
BaseTools: Fix bug to not mix comment into Asbuilt inf Depex section

in the generated Asbuilt inf would include the driver's complete
dependency expression, and it would be wrote as comment format. Original
bug is mix the depex expression with real comment in the depex section.
this patch is ignore the real comment, and list the depex expression.

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