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

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