From 494820d8c8348d9b3d93b8cc18fb813633c434f7 Mon Sep 17 00:00:00 2001 From: Maurice Ma Date: Fri, 10 Apr 2015 22:08:57 +0000 Subject: [PATCH] CorebootPayloadPkg: Remove empty folder reference in DEC file In current CorebootPayloadPkg.dec an empty 'Include' directory is listed in [includes] section. However, this empty directory will not be mirrored into git repo. If the source tree is pulled from git, the 'Include' empty folder will not exist and it will cause build failure. The fix is to remove the whole [Includes] section in the DEC file. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Maurice Ma Reviewed-by: Jordan Justen git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17164 6f19259b-4bc3-4df7-8a09-765794883524 --- CorebootPayloadPkg/CorebootPayloadPkg.dec | 3 --- 1 file changed, 3 deletions(-) diff --git a/CorebootPayloadPkg/CorebootPayloadPkg.dec b/CorebootPayloadPkg/CorebootPayloadPkg.dec index b70af18b8c..54eb3d2257 100644 --- a/CorebootPayloadPkg/CorebootPayloadPkg.dec +++ b/CorebootPayloadPkg/CorebootPayloadPkg.dec @@ -20,9 +20,6 @@ PACKAGE_GUID = 58ABC905-951E-472e-8590-77BA8A50BE63 PACKAGE_VERSION = 0.1 -[Includes] - Include - [LibraryClasses] [Guids] -- 2.39.2