Forráskód Böngészése

configure: remove unnecessary symlinks

Make pc-bios/meson.build use the files in the source tree as inputs
to bzip2.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Paolo Bonzini 3 éve
szülő
commit
0f457147f4
2 módosított fájl, 1 hozzáadás és 2 törlés
  1. 0 1
      configure
  2. 1 1
      pc-bios/meson.build

+ 0 - 1
configure

@@ -3801,7 +3801,6 @@ for bios_file in \
     $source_path/pc-bios/*.img \
     $source_path/pc-bios/*.img \
     $source_path/pc-bios/openbios-* \
     $source_path/pc-bios/openbios-* \
     $source_path/pc-bios/u-boot.* \
     $source_path/pc-bios/u-boot.* \
-    $source_path/pc-bios/edk2-*.fd.bz2 \
     $source_path/pc-bios/palcode-* \
     $source_path/pc-bios/palcode-* \
     $source_path/pc-bios/qemu_vga.ndrv
     $source_path/pc-bios/qemu_vga.ndrv
 
 

+ 1 - 1
pc-bios/meson.build

@@ -15,7 +15,7 @@ if unpack_edk2_blobs
     roms += custom_target(f,
     roms += custom_target(f,
                   build_by_default: have_system,
                   build_by_default: have_system,
                   output: f,
                   output: f,
-                  input: '@0@.bz2'.format(f),
+                  input: files('@0@.bz2'.format(f)),
                   capture: true,
                   capture: true,
                   install: get_option('install_blobs'),
                   install: get_option('install_blobs'),
                   install_dir: qemu_datadir,
                   install_dir: qemu_datadir,