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