diff options
| author | Khem Raj <raj.khem@gmail.com> | 2013-02-28 23:01:51 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-05 13:14:55 +0000 |
| commit | 3cbd4beced02d6d8735528defa5a862eb313e6cf (patch) | |
| tree | 9613a4613e4a60762fc2971f259773b5e914e40d /meta/recipes-devtools/qemu/qemu_1.4.0.bb | |
| parent | 9199c3391380f9ac56a33409c25194486062d7d4 (diff) | |
| download | poky-3cbd4beced02d6d8735528defa5a862eb313e6cf.tar.gz | |
qemu: Upgrade to 1.4.0 release
Tested qemu on x86-64 target and qemu-native
no obvious problems seen in testing
(From OE-Core rev: f479201fffda617e3530967a75ab350739574b4b)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_1.4.0.bb')
| -rw-r--r-- | meta/recipes-devtools/qemu/qemu_1.4.0.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_1.4.0.bb b/meta/recipes-devtools/qemu/qemu_1.4.0.bb new file mode 100644 index 0000000000..009cd78337 --- /dev/null +++ b/meta/recipes-devtools/qemu/qemu_1.4.0.bb | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | require qemu.inc | ||
| 2 | |||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ | ||
| 4 | file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913" | ||
| 5 | |||
| 6 | SRC_URI_prepend = "http://wiki.qemu.org/download/qemu-${PV}.tar.bz2" | ||
| 7 | SRC_URI[md5sum] = "78f13b774814b6b7ebcaf4f9b9204318" | ||
| 8 | SRC_URI[sha256sum] = "066297ed77408fb7588889c271a85cf3c259ad55c939315988e6062d7708eda8" | ||
