Blame SOURCES/0009-MdeModulePkg-remove-package-private-Brotli-include-p.patch

c49882
From df9e25b7e6179a7764d44f915de95af5f850a020 Mon Sep 17 00:00:00 2001
3e2dc0
From: Laszlo Ersek <lersek@redhat.com>
3e2dc0
Date: Thu, 4 Jun 2020 13:39:08 +0200
3e2dc0
Subject: MdeModulePkg: remove package-private Brotli include path (RH only)
3e2dc0
94daa4
Notes about the RHEL-8.3/20200603-ca407c7246bf [edk2-stable202005] ->
94daa4
RHEL-8.5/20210520-e1999b264f1f [edk2-stable202105] rebase:
94daa4
94daa4
- no change
94daa4
3e2dc0
Notes about the RHEL-8.2/20190904-37eef91017ad [edk2-stable201908] ->
3e2dc0
RHEL-8.3/20200603-ca407c7246bf [edk2-stable202005] rebase:
3e2dc0
3e2dc0
- New patch.
3e2dc0
3e2dc0
Originating from upstream commit 58802e02c41b
3e2dc0
("MdeModulePkg/BrotliCustomDecompressLib: Make brotli a submodule",
3e2dc0
2020-04-16), "MdeModulePkg/MdeModulePkg.dec" contains a package-internal
3e2dc0
include path into a Brotli submodule.
3e2dc0
3e2dc0
The edk2 build system requires such include paths to resolve successfully,
3e2dc0
regardless of the firmware platform being built. Because
3e2dc0
BrotliCustomDecompressLib is not consumed by any OvmfPkg or ArmVirtPkg
3e2dc0
platforms, and we've removed the submodule earlier in this patch set,
3e2dc0
remove the include path too.
3e2dc0
3e2dc0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
94daa4
(cherry picked from commit e05e0de713c4a2b8adb6ff9809611f222bfe50ed)
3e2dc0
---
3e2dc0
 MdeModulePkg/MdeModulePkg.dec | 3 ---
3e2dc0
 1 file changed, 3 deletions(-)
3e2dc0
3e2dc0
diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec
c49882
index 463e889e9a..9d69fb86ed 100644
3e2dc0
--- a/MdeModulePkg/MdeModulePkg.dec
3e2dc0
+++ b/MdeModulePkg/MdeModulePkg.dec
3e2dc0
@@ -24,9 +24,6 @@
3e2dc0
 [Includes]
3e2dc0
   Include
3e2dc0
 
3e2dc0
-[Includes.Common.Private]
3e2dc0
-  Library/BrotliCustomDecompressLib/brotli/c/include
3e2dc0
-
3e2dc0
 [LibraryClasses]
3e2dc0
   ##  @libraryclass  Defines a set of methods to reset whole system.
3e2dc0
   ResetSystemLib|Include/Library/ResetSystemLib.h
3e2dc0
-- 
94daa4
2.27.0
3e2dc0