summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu/cross.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu/cross.patch')
-rw-r--r--meta/recipes-devtools/qemu/qemu/cross.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-devtools/qemu/qemu/cross.patch b/meta/recipes-devtools/qemu/qemu/cross.patch
index 438c1ad086..a0fc39e5e2 100644
--- a/meta/recipes-devtools/qemu/qemu/cross.patch
+++ b/meta/recipes-devtools/qemu/qemu/cross.patch
@@ -6,19 +6,19 @@ Upstream-Status: Inappropriate [may be rewritten in a way upstream may accept?]
6Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 6Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
7 7
8 8
9Index: qemu-5.2.0/configure 9Index: qemu-6.0.0/configure
10=================================================================== 10===================================================================
11--- qemu-5.2.0.orig/configure 11--- qemu-6.0.0.orig/configure
12+++ qemu-5.2.0/configure 12+++ qemu-6.0.0/configure
13@@ -6973,7 +6973,6 @@ if has $sdl2_config; then 13@@ -6371,7 +6371,6 @@ if has $sdl2_config; then
14 fi 14 fi
15 echo "strip = [$(meson_quote $strip)]" >> $cross 15 echo "strip = [$(meson_quote $strip)]" >> $cross
16 echo "windres = [$(meson_quote $windres)]" >> $cross 16 echo "windres = [$(meson_quote $windres)]" >> $cross
17-if test -n "$cross_prefix"; then 17-if test "$cross_compile" = "yes"; then
18 cross_arg="--cross-file config-meson.cross" 18 cross_arg="--cross-file config-meson.cross"
19 echo "[host_machine]" >> $cross 19 echo "[host_machine]" >> $cross
20 if test "$mingw32" = "yes" ; then 20 if test "$mingw32" = "yes" ; then
21@@ -6999,9 +6998,6 @@ if test -n "$cross_prefix"; then 21@@ -6403,9 +6402,6 @@ if test "$cross_compile" = "yes"; then
22 else 22 else
23 echo "endian = 'little'" >> $cross 23 echo "endian = 'little'" >> $cross
24 fi 24 fi