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

82dd91
From db8ccca337e2c5722c1d408d2541cf653d3371a2 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
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>
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
82dd91
index df4eb64ea9..52777eaff1 100644
82dd91
--- a/BaseTools/Source/C/GNUmakefile
82dd91
+++ b/BaseTools/Source/C/GNUmakefile
82dd91
@@ -45,7 +45,6 @@ all: makerootdir subdirs
82dd91
 LIBRARIES = Common
82dd91
 VFRAUTOGEN = VfrCompile/VfrLexer.h
82dd91
 APPLICATIONS = \
82dd91
-  BrotliCompress \
82dd91
   VfrCompile \
82dd91
   EfiRom \
82dd91
   GenFfs \
82dd91
-- 
82dd91
2.18.1
82dd91