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

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