aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_1.7.0.bb
diff options
context:
space:
mode:
authorCristian Iorga <cristian.iorga@intel.com>2014-01-08 12:13:26 +0200
committerSaul Wold <sgw@linux.intel.com>2014-01-08 22:54:55 -0800
commit0f81a4b17ab9ea1b3cc69629aec3f3d2176f8153 (patch)
treea737c77be7c1c0f7eebb0c65ed221c2254dc6b65 /meta/recipes-devtools/qemu/qemu_1.7.0.bb
parent25d1b821809a5e05fd83fa7b9d411014e16bdd95 (diff)
downloadopenembedded-core-0f81a4b17ab9ea1b3cc69629aec3f3d2176f8153.tar.gz
qemu: upgrade to 1.7.0
linux-user-Handle-SOCK_CLOEXEC-NONBLOCK-if-unavailab.patch file no longer needed, included in upstream. qemu-native tested on all architectures, host machine is Ubuntu Linux 13.10 x86-64. Basic X11 and networking tests performed. Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_1.7.0.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu_1.7.0.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_1.7.0.bb b/meta/recipes-devtools/qemu/qemu_1.7.0.bb
new file mode 100644
index 0000000000..d5265bcf57
--- /dev/null
+++ b/meta/recipes-devtools/qemu/qemu_1.7.0.bb
@@ -0,0 +1,17 @@
+require qemu.inc
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
+ file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913"
+
+SRC_URI += "file://fxrstorssefix.patch"
+
+SRC_URI_prepend = "http://wiki.qemu.org/download/qemu-${PV}.tar.bz2"
+SRC_URI[md5sum] = "32893941d40d052a5e649efcf06aca06"
+SRC_URI[sha256sum] = "31f333a85f2d14c605a77679904a9668eaeb1b6dc7da53a1665230f46bc21314"
+
+COMPATIBLE_HOST_class-target_mips64 = "null"
+
+do_install_append() {
+ # Prevent QA warnings about installed ${localstatedir}/run
+ if [ -d ${D}${localstatedir}/run ]; then rmdir ${D}${localstatedir}/run; fi
+}