Files
packages/utils/qemu/patches/0004-fix-meson-cross-build-compiler-sanity-check.patch
Vladimir Ermakov 06aff2bb49 qemu: update to 10.1.0
- Update to 10.1.0
- Refresh patches
- Disable DBUS Display #27036

Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
2025-10-25 08:38:52 +03:00

20 lines
584 B
Diff

From a41fe59d9ed66f807f3410408699b0b0b8afea3d Mon Sep 17 00:00:00 2001
From: Vladimir Ermakov <vooon341@gmail.com>
Date: Tue, 27 May 2025 09:57:50 +0200
Subject: [PATCH 4/4] fix meson cross-build compiler sanity check
---
configure | 1 +
1 file changed, 1 insertion(+)
--- a/configure
+++ b/configure
@@ -1868,6 +1868,7 @@ if test "$skip_meson" = no; then
echo "# Automatically generated by configure - do not modify" > $cross
echo "[properties]" >> $cross
+ echo "needs_exe_wrapper = true" >> $cross
# unroll any custom device configs
for a in $device_archs; do