Files
packages/utils/qemu/patches/0004-fix-meson-cross-build-compiler-sanity-check.patch
Vladimir Ermakov 8ff1f55791 qemu: refresh patches to include git headers
Use git format-patch to be able to use git am later, to fix openwrt/openwrt#10272 .
Remove patch to skip tests as not needed anymore.
Then apply refresh.

Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
2025-06-22 09:54:52 +02: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
@@ -1845,6 +1845,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