cf1fdab1bc
remove brotli since there is no real user and it requires extra effort to maintain the brotli submodule tarball OBS-URL: https://build.opensuse.org/request/show/883170 OBS-URL: https://build.opensuse.org/package/show/Virtualization/ovmf?expand=0&rev=189
58 lines
2.0 KiB
Diff
58 lines
2.0 KiB
Diff
From 278d7e48deeaf8fcf2ac347a452c4e7ca0389007 Mon Sep 17 00:00:00 2001
|
|
From: Gary Lin <glin@suse.com>
|
|
Date: Thu, 1 Apr 2021 17:25:59 +0800
|
|
Subject: [PATCH 1/1] Disable brotli
|
|
|
|
The brotli compression/decompression function was never used and it
|
|
requires additional source tarball for packaging. Remove brotli from
|
|
building for good.
|
|
|
|
Signed-off-by: Gary Lin <glin@suse.com>
|
|
---
|
|
BaseTools/Source/C/GNUmakefile | 1 -
|
|
MdeModulePkg/MdeModulePkg.dec | 3 ---
|
|
MdeModulePkg/MdeModulePkg.dsc | 1 -
|
|
3 files changed, 5 deletions(-)
|
|
|
|
diff --git a/BaseTools/Source/C/GNUmakefile b/BaseTools/Source/C/GNUmakefile
|
|
index 8c191e0c3817..3eae824a1c31 100644
|
|
--- a/BaseTools/Source/C/GNUmakefile
|
|
+++ b/BaseTools/Source/C/GNUmakefile
|
|
@@ -48,7 +48,6 @@ all: makerootdir subdirs
|
|
LIBRARIES = Common
|
|
VFRAUTOGEN = VfrCompile/VfrLexer.h
|
|
APPLICATIONS = \
|
|
- BrotliCompress \
|
|
VfrCompile \
|
|
EfiRom \
|
|
GenFfs \
|
|
diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec
|
|
index 148395511034..07952103e6e2 100644
|
|
--- a/MdeModulePkg/MdeModulePkg.dec
|
|
+++ b/MdeModulePkg/MdeModulePkg.dec
|
|
@@ -24,9 +24,6 @@ [Defines]
|
|
[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
|
|
diff --git a/MdeModulePkg/MdeModulePkg.dsc b/MdeModulePkg/MdeModulePkg.dsc
|
|
index 132fb36d954c..1c9313227b37 100644
|
|
--- a/MdeModulePkg/MdeModulePkg.dsc
|
|
+++ b/MdeModulePkg/MdeModulePkg.dsc
|
|
@@ -445,7 +445,6 @@ [Components.IA32, Components.X64, Components.AARCH64]
|
|
MdeModulePkg/Universal/EbcDxe/EbcDebuggerConfig.inf
|
|
|
|
[Components.IA32, Components.X64, Components.ARM, Components.AARCH64]
|
|
- MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliCustomDecompressLib.inf
|
|
MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
|
|
MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
|
|
MdeModulePkg/Core/Dxe/DxeMain.inf {
|
|
--
|
|
2.29.2
|
|
|