Re: [PATCH 0/2] meson.build: Fix bzip2 program detection for EDK2 blobs installation

2021-01-14 Thread Paolo Bonzini
On 14/01/21 18:45, Philippe Mathieu-Daudé wrote: Fix the following error when bzip2 program is not installed: ../pc-bios/meson.build:5:2: ERROR: Program 'bzip2' not found (First patch easier to review using 'git-diff --ignore-all-space'). Philippe Mathieu-Daudé (2): meson.build: Declare

[PATCH 0/2] meson.build: Fix bzip2 program detection for EDK2 blobs installation

2021-01-14 Thread Philippe Mathieu-Daudé
Fix the following error when bzip2 program is not installed: ../pc-bios/meson.build:5:2: ERROR: Program 'bzip2' not found (First patch easier to review using 'git-diff --ignore-all-space'). Philippe Mathieu-Daudé (2): meson.build: Declare global edk2_targets / install_edk2_blobs variable