diff options
Diffstat (limited to 'meta/recipes-devtools')
-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" |