qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RFC PATCH 02/13] blobs: Only install EDK2 license file if EDK2 blobs ar


From: Philippe Mathieu-Daudé
Subject: [RFC PATCH 02/13] blobs: Only install EDK2 license file if EDK2 blobs are installed
Date: Tue, 23 Mar 2021 16:51:21 +0100

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
---
 pc-bios/meson.build | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pc-bios/meson.build b/pc-bios/meson.build
index 1c4074bcb0d..d270d8516c9 100644
--- a/pc-bios/meson.build
+++ b/pc-bios/meson.build
@@ -22,6 +22,8 @@
                   install_dir: qemu_datadir,
                   command: [ bzip2, '-dc', '@INPUT0@' ])
   endforeach
+
+  blobs_ss.add(files('edk2-licenses.txt'))
 endif
 
 blobs_ss.add(files(
@@ -76,7 +78,6 @@
   'u-boot.e500',
   'u-boot-sam460-20100605.bin',
   'qemu_vga.ndrv',
-  'edk2-licenses.txt',
   'hppa-firmware.img',
   'opensbi-riscv32-generic-fw_dynamic.bin',
   'opensbi-riscv64-generic-fw_dynamic.bin',
-- 
2.26.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]