Blame SOURCES/0008-BaseTools-do-not-build-BrotliCompress-RH-only.patch

0e3eb6
From 0790c9c4f796fdce8ba6618359b78e1d0b331c95 Mon Sep 17 00:00:00 2001
1d2c45
From: Laszlo Ersek <lersek@redhat.com>
1d2c45
Date: Thu, 4 Jun 2020 13:34:12 +0200
1d2c45
Subject: BaseTools: do not build BrotliCompress (RH only)
1d2c45
b6c182
Notes about the RHEL-8.3/20200603-ca407c7246bf [edk2-stable202005] ->
b6c182
RHEL-8.5/20210520-e1999b264f1f [edk2-stable202105] rebase:
b6c182
b6c182
- no change
b6c182
1d2c45
Notes about the RHEL-8.2/20190904-37eef91017ad [edk2-stable201908] ->
1d2c45
RHEL-8.3/20200603-ca407c7246bf [edk2-stable202005] rebase:
1d2c45
1d2c45
- New patch.
1d2c45
1d2c45
BrotliCompress is not used for building ArmVirtPkg or OvmfPkg platforms.
1d2c45
It depends on one of the upstream Brotli git submodules that we removed
1d2c45
earlier in this rebase series. (See patch "remove upstream edk2's Brotli
1d2c45
submodules (RH only").
1d2c45
1d2c45
Do not attempt to build BrotliCompress.
1d2c45
1d2c45
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
b6c182
(cherry picked from commit db8ccca337e2c5722c1d408d2541cf653d3371a2)
1d2c45
---
1d2c45
 BaseTools/Source/C/GNUmakefile | 1 -
1d2c45
 1 file changed, 1 deletion(-)
1d2c45
1d2c45
diff --git a/BaseTools/Source/C/GNUmakefile b/BaseTools/Source/C/GNUmakefile
b6c182
index 8c191e0c38..3eae824a1c 100644
1d2c45
--- a/BaseTools/Source/C/GNUmakefile
1d2c45
+++ b/BaseTools/Source/C/GNUmakefile
b6c182
@@ -48,7 +48,6 @@ all: makerootdir subdirs
1d2c45
 LIBRARIES = Common
1d2c45
 VFRAUTOGEN = VfrCompile/VfrLexer.h
1d2c45
 APPLICATIONS = \
1d2c45
-  BrotliCompress \
1d2c45
   VfrCompile \
1d2c45
   EfiRom \
1d2c45
   GenFfs \
1d2c45
-- 
b6c182
2.27.0
1d2c45