diff options
author | Ross Burton <ross.burton@intel.com> | 2015-07-20 15:47:17 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-21 23:37:21 +0100 |
commit | f8a6931be576db7de8ed0c245dfd057eef13e03e (patch) | |
tree | 221facd523ef944da410c8f1295183f65bf83732 /meta | |
parent | c5f16811f268b21da4813a6e628894f8ab569170 (diff) | |
download | poky-f8a6931be576db7de8ed0c245dfd057eef13e03e.tar.gz |
qemu: upgrade to 2.4.0-rc1
(From OE-Core rev: 8d3938782cce8461f9e5d5e7aeed858232bb0cc0)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu_2.4.0-rc1.bb (renamed from meta/recipes-devtools/qemu/qemu_2.4.0-rc0.bb) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_2.4.0-rc0.bb b/meta/recipes-devtools/qemu/qemu_2.4.0-rc1.bb index 62df46eac0..7c2d78275e 100644 --- a/meta/recipes-devtools/qemu/qemu_2.4.0-rc0.bb +++ b/meta/recipes-devtools/qemu/qemu_2.4.0-rc1.bb | |||
@@ -8,10 +8,11 @@ SRC_URI += "file://configure-fix-Darwin-target-detection.patch \ | |||
8 | file://Qemu-Arm-versatilepb-Add-memory-size-checking.patch \ | 8 | file://Qemu-Arm-versatilepb-Add-memory-size-checking.patch \ |
9 | " | 9 | " |
10 | SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BPN}-${REALPV}.tar.bz2" | 10 | SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BPN}-${REALPV}.tar.bz2" |
11 | SRC_URI[md5sum] = "0c890db3811f2ad9cc7bb2a5afe08e4c" | 11 | SRC_URI[md5sum] = "3c8d29abea2b61516bb7ef5b5ff62d03" |
12 | SRC_URI[sha256sum] = "8dda3e0f9baffbe29b524c03fd46d611afed1dfb5da1becec033beaf76a1bc6d" | 12 | SRC_URI[sha256sum] = "c0c6072ed9196ee17b4120f03fa9cdf9f63e893f7cb8008aa12ea1678450a481" |
13 | |||
13 | S="${WORKDIR}/${BPN}-${REALPV}" | 14 | S="${WORKDIR}/${BPN}-${REALPV}" |
14 | REALPV = "2.4.0-rc0" | 15 | REALPV = "2.4.0-rc1" |
15 | PV = "2.3.99+${REALPV}" | 16 | PV = "2.3.99+${REALPV}" |
16 | 17 | ||
17 | COMPATIBLE_HOST_class-target_mips64 = "null" | 18 | COMPATIBLE_HOST_class-target_mips64 = "null" |