diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2015-07-30 12:14:48 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-31 15:35:34 +0100 |
commit | eba55c2c263af2973de612c003cc616ce3e22221 (patch) | |
tree | 87adb13b14ade2aead148291570bd75e4afb3871 /meta/recipes-devtools/qemu | |
parent | a8767bff39730e4905c55942109d69aae5867fe1 (diff) | |
download | openembedded-core-contrib-eba55c2c263af2973de612c003cc616ce3e22221.tar.gz |
qemu: upgrade to 2.4.0-rc3
Bugfixes, bring it closer to 2.4.0 final release.
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/qemu')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu_2.4.0-rc3.bb (renamed from meta/recipes-devtools/qemu/qemu_2.4.0-rc2.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_2.4.0-rc2.bb b/meta/recipes-devtools/qemu/qemu_2.4.0-rc3.bb index 2aea37f7954..9b17bcc18cd 100644 --- a/meta/recipes-devtools/qemu/qemu_2.4.0-rc2.bb +++ b/meta/recipes-devtools/qemu/qemu_2.4.0-rc3.bb @@ -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" |