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.patch15
1 files changed, 8 insertions, 7 deletions
diff --git a/meta/recipes-devtools/qemu/qemu/cross.patch b/meta/recipes-devtools/qemu/qemu/cross.patch
index bdb77ec7d0..d1256a1229 100644
--- a/meta/recipes-devtools/qemu/qemu/cross.patch
+++ b/meta/recipes-devtools/qemu/qemu/cross.patch
@@ -1,7 +1,7 @@
1From f51ece86f84c877f255746cba22a6745f37d2b7f Mon Sep 17 00:00:00 2001 1From 76c3fc4c87231bed32974ebbbdb5079cff45a6b7 Mon Sep 17 00:00:00 2001
2From: Richard Purdie <richard.purdie@linuxfoundation.org> 2From: Richard Purdie <richard.purdie@linuxfoundation.org>
3Date: Tue, 5 Jan 2021 23:00:14 +0000 3Date: Tue, 5 Jan 2021 23:00:14 +0000
4Subject: [PATCH] qemu: Upgrade 5.1.0->5.2.0 4Subject: [PATCH 12/12] qemu: Upgrade 5.1.0->5.2.0
5 5
6We need to be able to trigger configure's cross code but we don't want 6We need to be able to trigger configure's cross code but we don't want
7to set cross_prefix as it does other things we don't want. Patch things 7to set cross_prefix as it does other things we don't want. Patch things
@@ -9,23 +9,24 @@ so we can do what we need in the target config case.
9 9
10Upstream-Status: Inappropriate [may be rewritten in a way upstream may accept?] 10Upstream-Status: Inappropriate [may be rewritten in a way upstream may accept?]
11Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 11Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12
12--- 13---
13 configure | 4 ---- 14 configure | 4 ----
14 1 file changed, 4 deletions(-) 15 1 file changed, 4 deletions(-)
15 16
16diff --git a/configure b/configure 17diff --git a/configure b/configure
17index 9a79a004d..563b7827f 100755 18index 7c08c1835..0613279f9 100755
18--- a/configure 19--- a/configure
19+++ b/configure 20+++ b/configure
20@@ -5128,7 +5128,6 @@ if test "$skip_meson" = no; then 21@@ -3118,7 +3118,6 @@ if test "$skip_meson" = no; then
21 fi 22 fi
22 echo "strip = [$(meson_quote $strip)]" >> $cross 23 echo "strip = [$(meson_quote $strip)]" >> $cross
23 echo "windres = [$(meson_quote $windres)]" >> $cross 24 echo "windres = [$(meson_quote $windres)]" >> $cross
24- if test "$cross_compile" = "yes"; then 25- if test "$cross_compile" = "yes"; then
25 cross_arg="--cross-file config-meson.cross" 26 cross_arg="--cross-file config-meson.cross"
26 echo "[host_machine]" >> $cross 27 echo "[host_machine]" >> $cross
27 if test "$mingw32" = "yes" ; then 28 echo "system = '$targetos'" >> $cross
28@@ -5160,9 +5159,6 @@ if test "$skip_meson" = no; then 29@@ -3136,9 +3135,6 @@ if test "$skip_meson" = no; then
29 else 30 else
30 echo "endian = 'little'" >> $cross 31 echo "endian = 'little'" >> $cross
31 fi 32 fi
@@ -36,5 +37,5 @@ index 9a79a004d..563b7827f 100755
36 37
37 rm -rf meson-private meson-info meson-logs 38 rm -rf meson-private meson-info meson-logs
38-- 39--
392.17.1 402.30.2
40 41