]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemu-0.15.1: Bump recipes from 0.15.0 to 0.15.1
authorKhem Raj <raj.khem@gmail.com>
Fri, 9 Dec 2011 19:30:45 +0000 (19:30 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 12 Dec 2011 21:50:10 +0000 (21:50 +0000)
No other changes (except checksum updates) then git mv were needed

Signed-off-by: Khem Raj <raj.khem@gmail.com>
17 files changed:
meta/recipes-devtools/qemu/qemu-0.15.1/arm-bgr.patch [moved from meta/recipes-devtools/qemu/qemu-0.15.0/arm-bgr.patch with 100% similarity]
meta/recipes-devtools/qemu/qemu-0.15.1/enable-i386-linux-user.patch [moved from meta/recipes-devtools/qemu/qemu-0.15.0/enable-i386-linux-user.patch with 100% similarity]
meta/recipes-devtools/qemu/qemu-0.15.1/fallback-to-safe-mmap_min_addr.patch [moved from meta/recipes-devtools/qemu/qemu-0.15.0/fallback-to-safe-mmap_min_addr.patch with 100% similarity]
meta/recipes-devtools/qemu/qemu-0.15.1/fix-configure-checks.patch [moved from meta/recipes-devtools/qemu/qemu-0.15.0/fix-configure-checks.patch with 100% similarity]
meta/recipes-devtools/qemu/qemu-0.15.1/fix-nogl.patch [moved from meta/recipes-devtools/qemu/qemu-0.15.0/fix-nogl.patch with 100% similarity]
meta/recipes-devtools/qemu/qemu-0.15.1/glflags.patch [moved from meta/recipes-devtools/qemu/qemu-0.15.0/glflags.patch with 100% similarity]
meta/recipes-devtools/qemu/qemu-0.15.1/init-info.patch [moved from meta/recipes-devtools/qemu/qemu-0.15.0/init-info.patch with 100% similarity]
meta/recipes-devtools/qemu/qemu-0.15.1/larger_default_ram_size.patch [moved from meta/recipes-devtools/qemu/qemu-0.15.0/larger_default_ram_size.patch with 100% similarity]
meta/recipes-devtools/qemu/qemu-0.15.1/linker-flags.patch [moved from meta/recipes-devtools/qemu/qemu-0.15.0/linker-flags.patch with 100% similarity]
meta/recipes-devtools/qemu/qemu-0.15.1/no-strip.patch [moved from meta/recipes-devtools/qemu/qemu-0.15.0/no-strip.patch with 100% similarity]
meta/recipes-devtools/qemu/qemu-0.15.1/opengl-sdl-fix.patch [moved from meta/recipes-devtools/qemu/qemu-0.15.0/opengl-sdl-fix.patch with 100% similarity]
meta/recipes-devtools/qemu/qemu-0.15.1/powerpc_rom.bin [moved from meta/recipes-devtools/qemu/qemu-0.15.0/powerpc_rom.bin with 100% similarity]
meta/recipes-devtools/qemu/qemu-0.15.1/qemu-git-qemugl-host.patch [moved from meta/recipes-devtools/qemu/qemu-0.15.0/qemu-git-qemugl-host.patch with 100% similarity]
meta/recipes-devtools/qemu/qemu-0.15.1/qemu-vmware-vga-depth.patch [moved from meta/recipes-devtools/qemu/qemu-0.15.0/qemu-vmware-vga-depth.patch with 100% similarity]
meta/recipes-devtools/qemu/qemu-0.15.1/qemugl-allow-glxcontext-release.patch [moved from meta/recipes-devtools/qemu/qemu-0.15.0/qemugl-allow-glxcontext-release.patch with 100% similarity]
meta/recipes-devtools/qemu/qemu-0.15.1/qemugl-fix.patch [moved from meta/recipes-devtools/qemu/qemu-0.15.0/qemugl-fix.patch with 100% similarity]
meta/recipes-devtools/qemu/qemu_0.15.1.bb [moved from meta/recipes-devtools/qemu/qemu_0.15.0.bb with 88% similarity]

similarity index 88%
rename from meta/recipes-devtools/qemu/qemu_0.15.0.bb
rename to meta/recipes-devtools/qemu/qemu_0.15.1.bb
index e2e13406b4c924347bac82346818a9011da1c55e..7eea9242dd18206c5ae335925f46a4b6bec987a2 100644 (file)
@@ -3,8 +3,6 @@ require qemu.inc
 LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
                     file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913"
 
-PR = "r1"
-
 FILESPATH = "${FILE_DIRNAME}/qemu-${PV}"
 FILESDIR = "${WORKDIR}"
 
@@ -39,7 +37,7 @@ SRC_URI_append_virtclass-nativesdk = "\
     ${QEMUGLPATCHES} \
     file://glflags.patch \
     "
-SRC_URI[md5sum] = "dbc55b014bcd21b98e347f6a90f7fb6d"
-SRC_URI[sha256sum] = "0197e52dba07aeb6dfe0343b0c2ae08ed374d2cb0af3bb9ec73fed5baa0cb74d"
+SRC_URI[md5sum] = "34f17737baaf1b3495c89cd6d4a607ed"
+SRC_URI[sha256sum] = "7705b14d9b8e4df4a0b1790980e618084261e8daef0672a1aa7a830a0f3db5ba"
 
 S = "${WORKDIR}/qemu-${PV}"