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

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