]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fixed an issue that build raise exception
authorFeng, Bob C <bob.c.feng@intel.com>
Fri, 2 Aug 2019 06:40:31 +0000 (14:40 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Mon, 12 Aug 2019 02:40:24 +0000 (10:40 +0800)
commita0792697bc54e5472e2126c6fbff8031868426a9
tree21d13e37273d46e24d0cea6c654de6b5e97c765f
parent4053587347a4c68402c1fc40921b7f1cdaec900e
BaseTools: Fixed an issue that build raise exception

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2047

Build raise exception if there is libraryclass
missing in dsc file and --pcd build option is used.

Build should report the missing libraryclass but not
a call stack.

This patch is going to fix it.

Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/Workspace/DscBuildData.py