8ffcf29990
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/edk2#fdb3e75601d7cadbdc59914ce8e1ea021d9c2258
48 lines
1.5 KiB
Diff
48 lines
1.5 KiB
Diff
From cab35d13e43ef37e746befaa1f3c8200edf4e420 Mon Sep 17 00:00:00 2001
|
|
From: Laszlo Ersek <lersek@redhat.com>
|
|
Date: Thu, 4 Jun 2020 13:34:12 +0200
|
|
Subject: [PATCH] BaseTools: do not build BrotliCompress (RH only)
|
|
|
|
Notes about the RHEL-8.2/20190904-37eef91017ad [edk2-stable201908] ->
|
|
RHEL-8.3/20200603-ca407c7246bf [edk2-stable202005] rebase:
|
|
|
|
- New patch.
|
|
|
|
BrotliCompress is not used for building ArmVirtPkg or OvmfPkg platforms.
|
|
It depends on one of the upstream Brotli git submodules that we removed
|
|
earlier in this rebase series. (See patch "remove upstream edk2's Brotli
|
|
submodules (RH only").
|
|
|
|
Do not attempt to build BrotliCompress.
|
|
|
|
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
|
|
---
|
|
BaseTools/Source/C/GNUmakefile | 1 -
|
|
MdeModulePkg/MdeModulePkg.dec | 1 -
|
|
2 files changed, 2 deletions(-)
|
|
|
|
diff --git a/BaseTools/Source/C/GNUmakefile b/BaseTools/Source/C/GNUmakefile
|
|
index df4eb64ea9..52777eaff1 100644
|
|
--- a/BaseTools/Source/C/GNUmakefile
|
|
+++ b/BaseTools/Source/C/GNUmakefile
|
|
@@ -45,7 +45,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 e562bed57e..7367adbaa3 100644
|
|
--- a/MdeModulePkg/MdeModulePkg.dec
|
|
+++ b/MdeModulePkg/MdeModulePkg.dec
|
|
@@ -25,7 +25,6 @@
|
|
Include
|
|
|
|
[Includes.Common.Private]
|
|
- Library/BrotliCustomDecompressLib/brotli/c/include
|
|
|
|
[LibraryClasses]
|
|
## @libraryclass Defines a set of methods to reset whole system.
|