]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fixed the build fail issue for cases
authorFeng, Bob C <bob.c.feng@intel.com>
Sun, 9 Dec 2018 13:44:32 +0000 (21:44 +0800)
committerBobCF <bob.c.feng@intel.com>
Sat, 15 Dec 2018 12:16:46 +0000 (20:16 +0800)
commit48e890457b06263c1faf04de67652816402f8e06
treebb20b5d83d4fa582fe4b67abfe2e5d6342404aa7
parent9bf86b12ce04fcb7d997eb1fc8c55fd43d18ab79
BaseTools: Fixed the build fail issue for cases

https://bugzilla.tianocore.org/show_bug.cgi?id=1386
This patch is going to fix the regression issue that is
introduced by commit 72a1d77694d51914c0dd6aa97dbfa58634b0a4a5

The issue will happen in the following cases:
1. There is no Pcd value assignment in Dsc file
2. There are duplicate Pcd filed assignment

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/Workspace/BuildClassObject.py
BaseTools/Source/Python/Workspace/MetaFileParser.py