render / rpms / edk2

Forked from rpms/edk2 3 months ago
Clone

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

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