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

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