render / rpms / edk2

Forked from rpms/edk2 3 months ago
Clone

Blame 0001-BaseTools-do-not-build-BrotliCompress-RH-only.patch

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