From 2f2c51acfb70efe3dd02022ca09dd853601d8acd Mon Sep 17 00:00:00 2001 From: "Feng, Bob C" Date: Fri, 15 Mar 2019 22:59:29 +0800 Subject: BaseTools: Remove the logic SourceOverridePath BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1350 SOURCE_OVERRIDE_PATH is for EDK component INF files. The corresponding logic should be removed. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Bob Feng Cc: Liming Gao Reviewed-by: Liming Gao --- BaseTools/Source/Python/Eot/EotMain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BaseTools/Source/Python/Eot/EotMain.py') diff --git a/BaseTools/Source/Python/Eot/EotMain.py b/BaseTools/Source/Python/Eot/EotMain.py index 4802aea8b1..1cf84d2465 100644 --- a/BaseTools/Source/Python/Eot/EotMain.py +++ b/BaseTools/Source/Python/Eot/EotMain.py @@ -1597,7 +1597,7 @@ class Eot(object): if not InfFile: continue EdkLogger.quiet("Parsing %s ..." % str(InfFile)) - EdkInfParser(InfFile, EotGlobalData.gDb, Inf_Files[InfFile], '') + EdkInfParser(InfFile, EotGlobalData.gDb, Inf_Files[InfFile]) EotGlobalData.gDb.Conn.commit() EdkLogger.quiet("Building database for meta data files done!") -- cgit v1.2.3