diff options
| -rw-r--r-- | meta/recipes-devtools/qemu/qemu/configure-fix-Darwin-target-detection.patch | 32 | ||||
| -rw-r--r-- | meta/recipes-devtools/qemu/qemu_2.1.0.bb | 4 |
2 files changed, 34 insertions, 2 deletions
diff --git a/meta/recipes-devtools/qemu/qemu/configure-fix-Darwin-target-detection.patch b/meta/recipes-devtools/qemu/qemu/configure-fix-Darwin-target-detection.patch new file mode 100644 index 0000000000..59cdc1c304 --- /dev/null +++ b/meta/recipes-devtools/qemu/qemu/configure-fix-Darwin-target-detection.patch | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> | ||
| 3 | |||
| 4 | From 9ac096d8eccf2d56ece646320c282c8369f8337c Mon Sep 17 00:00:00 2001 | ||
| 5 | From: Cristian Iorga <cristian.iorga@intel.com> | ||
| 6 | Date: Tue, 29 Jul 2014 18:35:59 +0300 | ||
| 7 | Subject: [PATCH] configure: fix Darwin target detection | ||
| 8 | |||
| 9 | fix Darwin target detection for qemu | ||
| 10 | cross-compilation. | ||
| 11 | |||
| 12 | Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> | ||
| 13 | --- | ||
| 14 | configure | 2 ++ | ||
| 15 | 1 file changed, 2 insertions(+) | ||
| 16 | |||
| 17 | diff --git a/configure b/configure | ||
| 18 | index 283c71c..1c66a11 100755 | ||
| 19 | --- a/configure | ||
| 20 | +++ b/configure | ||
| 21 | @@ -444,6 +444,8 @@ elif check_define __sun__ ; then | ||
| 22 | targetos='SunOS' | ||
| 23 | elif check_define __HAIKU__ ; then | ||
| 24 | targetos='Haiku' | ||
| 25 | +elif check_define __APPLE__ ; then | ||
| 26 | + targetos='Darwin' | ||
| 27 | else | ||
| 28 | targetos=`uname -s` | ||
| 29 | fi | ||
| 30 | -- | ||
| 31 | 1.9.1 | ||
| 32 | |||
diff --git a/meta/recipes-devtools/qemu/qemu_2.1.0.bb b/meta/recipes-devtools/qemu/qemu_2.1.0.bb index abf8dfcf1c..9b8337a73d 100644 --- a/meta/recipes-devtools/qemu/qemu_2.1.0.bb +++ b/meta/recipes-devtools/qemu/qemu_2.1.0.bb | |||
| @@ -3,10 +3,10 @@ require qemu.inc | |||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ |
| 4 | file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913" | 4 | file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913" |
| 5 | 5 | ||
| 6 | SRC_URI += "file://qemu-enlarge-env-entry-size.patch \ | 6 | SRC_URI += "file://configure-fix-Darwin-target-detection.patch \ |
| 7 | file://qemu-enlarge-env-entry-size.patch \ | ||
| 7 | file://Qemu-Arm-versatilepb-Add-memory-size-checking.patch \ | 8 | file://Qemu-Arm-versatilepb-Add-memory-size-checking.patch \ |
| 8 | " | 9 | " |
| 9 | |||
| 10 | SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2" | 10 | SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2" |
| 11 | SRC_URI[md5sum] = "6726977292b448cbc7f89998fac6983b" | 11 | SRC_URI[md5sum] = "6726977292b448cbc7f89998fac6983b" |
| 12 | SRC_URI[sha256sum] = "397e23184f4bf613589a8fe0c6542461dc2afdf17ed337e97e6fd2f31e8f8802" | 12 | SRC_URI[sha256sum] = "397e23184f4bf613589a8fe0c6542461dc2afdf17ed337e97e6fd2f31e8f8802" |
