Package: qemu / 1:5.2+dfsg-11+deb11u3

skip-meson-pc-bios.diff Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
From: Michael Tokarev <mjt@tls.msk.ru>
Subject: do not include pc-bios/meson.build from main build as we build all firmware separately

pc-bios/meson.build tries to link various firmware files to the build
directory, but we DFSG-removed them so the build fails to find them.
Just disable entering the subdir entirely since we buile all the
necessary firmware in d/rules anyway.

diff --git a/meson.build b/meson.build
--- a/meson.build
+++ b/meson.build
@@ -1946 +1946 @@ subdir('tools')
-subdir('pc-bios')
+#subdir('pc-bios')