diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2015-08-06 18:45:00 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-09 15:14:30 -0700 |
commit | ce089e77eec7a3d6897856b34f1a89fd4cdc6d41 (patch) | |
tree | 7143a741d655bb334952ed37e485c920230d5c08 /meta/recipes-devtools | |
parent | 3ffbceb4394a54c4b02fa66525b2a00832d4e7f1 (diff) | |
download | openembedded-core-ce089e77eec7a3d6897856b34f1a89fd4cdc6d41.tar.gz openembedded-core-ce089e77eec7a3d6897856b34f1a89fd4cdc6d41.tar.bz2 openembedded-core-ce089e77eec7a3d6897856b34f1a89fd4cdc6d41.zip |
qemu: upgrade to 2.4.0-rc4
Bugfixes, bring it closer to 2.4.0 final release.
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu_2.4.0-rc4.bb (renamed from meta/recipes-devtools/qemu/qemu_2.4.0-rc3.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_2.4.0-rc3.bb b/meta/recipes-devtools/qemu/qemu_2.4.0-rc4.bb index 9b17bcc18c..1964a5047f 100644 --- a/meta/recipes-devtools/qemu/qemu_2.4.0-rc3.bb +++ b/meta/recipes-devtools/qemu/qemu_2.4.0-rc4.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] = "ba43213c94ef4463afc8bd01ee221860" -SRC_URI[sha256sum] = "aacd5834ce275300f1ba3617c32d4d149db93705ecb7955d7436c0fc9b96aa4c" +SRC_URI[md5sum] = "0e9c00b15d383043ce888f7bf17308c9" +SRC_URI[sha256sum] = "724bc17d29babe2b55107c76af7cd67e162857958a3bfe2f34bb9776f1f5f4b3" S="${WORKDIR}/${BPN}-${REALPV}" -REALPV = "2.4.0-rc3" +REALPV = "2.4.0-rc4" PV = "2.3.99+${REALPV}" COMPATIBLE_HOST_class-target_mips64 = "null" |