qemu: upgrade to 2.4.0-rc3

Bugfixes, bring it closer to 2.4.0 final release.

(From OE-Core rev: eba55c2c263af2973de612c003cc616ce3e22221)

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Cristian Iorga
2015-07-30 12:14:48 +03:00
committed by Richard Purdie
parent a1f78e411e
commit 5452625924

View File

@@ -8,11 +8,11 @@ SRC_URI += "file://configure-fix-Darwin-target-detection.patch \
file://Qemu-Arm-versatilepb-Add-memory-size-checking.patch \
"
SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BPN}-${REALPV}.tar.bz2"
SRC_URI[md5sum] = "f634f461acc43774025ec1876fa27ce5"
SRC_URI[sha256sum] = "ad86df38f10ad8b5fc03a7ec32b0080c0a5ab9e01fdaa7d5ba26f8591dd9b2fe"
SRC_URI[md5sum] = "ba43213c94ef4463afc8bd01ee221860"
SRC_URI[sha256sum] = "aacd5834ce275300f1ba3617c32d4d149db93705ecb7955d7436c0fc9b96aa4c"
S="${WORKDIR}/${BPN}-${REALPV}"
REALPV = "2.4.0-rc2"
REALPV = "2.4.0-rc3"
PV = "2.3.99+${REALPV}"
COMPATIBLE_HOST_class-target_mips64 = "null"