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