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

Philippe Mathieu-Daudé posted 2 patches 4 years, 10 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210114174509.2944817-1-philmd@redhat.com
meson.build                     | 10 ++++++++++
pc-bios/descriptors/meson.build | 30 ++++++++++++++++--------------
pc-bios/meson.build             |  6 +-----
3 files changed, 27 insertions(+), 19 deletions(-)
[PATCH 0/2] meson.build: Fix bzip2 program detection for EDK2 blobs installation
Posted by Philippe Mathieu-Daudé 4 years, 10 months ago
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
    variables
  meson.build: Detect bzip2 program

 meson.build                     | 10 ++++++++++
 pc-bios/descriptors/meson.build | 30 ++++++++++++++++--------------
 pc-bios/meson.build             |  6 +-----
 3 files changed, 27 insertions(+), 19 deletions(-)

-- 
2.26.2



Re: [PATCH 0/2] meson.build: Fix bzip2 program detection for EDK2 blobs installation
Posted by Paolo Bonzini 4 years, 10 months ago
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 global edk2_targets / install_edk2_blobs
>      variables
>    meson.build: Detect bzip2 program
> 
>   meson.build                     | 10 ++++++++++
>   pc-bios/descriptors/meson.build | 30 ++++++++++++++++--------------
>   pc-bios/meson.build             |  6 +-----
>   3 files changed, 27 insertions(+), 19 deletions(-)
> 

Queued, thanks.

Paolo