]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix regression issue by b23414f6540d
authorFeng, YunhuaX <yunhuax.feng@intel.com>
Tue, 21 Aug 2018 00:48:38 +0000 (08:48 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Tue, 21 Aug 2018 06:08:24 +0000 (14:08 +0800)
commit6cf6fed02408b5f3ba39de46cbc971b9dda3639b
tree4ec3b0096a9b31f6a23307b53e284eaba4c5447d
parent131818ba5a83d1e8f3f1b4c041200755fff64abb
BaseTools: Fix regression issue by b23414f6540d

V2: Renaming function DepexExpressionTokenList to  DepexExpressionDict
instead of changing the callers

Fix regression issue by b23414f6540d4f336b6f00b44681911d469f9a04
AttributeError: 'ModuleAutoGen' object has no attribute
'DepexExpressionDict'

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/AutoGen/AutoGen.py