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

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