From patchwork Mon Dec 10 08:08:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/3] Package upgrades Date: Mon, 10 Dec 2012 08:08:10 -0000 From: Constantin Musca X-Patchwork-Id: 40677 Message-Id: To: openembedded-core@lists.openembedded.org This represents another set of package upgrades (pixman, qemu) tested using core-image-sato on all architectures. We need to update the DEPENDS variable and enable the missing nativesdk packages because now QEMU uses pixman. The following changes since commit c607095894cab60493ddfc4b967b0325e1c313b4: bitbake: Revert "BBHandler: Ensure parser state engine is correctly reset for new parsing" (2012-12-07 18:09:01 +0000) are available in the git repository at: git://git.pokylinux.org/poky-contrib cmuscax/pus2 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=cmuscax/pus2 Constantin Musca (3): libpng: enable nativesdk variant pixman: upgrade to 0.28.0 qemu: upgrade to 1.3.0 ...re_vga-Add-back-some-info-in-local-state-.patch | 114 ++++++++++++++++++ .../qemu/{qemu-1.2.0 => files}/arm-bgr.patch | 0 .../enable-i386-linux-user.patch | 0 .../fallback-to-safe-mmap_min_addr.patch | 0 .../fix-configure-checks.patch | 0 .../qemu/{qemu-1.2.0 => files}/init-info.patch | 0 .../larger_default_ram_size.patch | 0 .../qemu/{qemu-1.2.0 => files}/linker-flags.patch | 0 .../qemu/{qemu-1.2.0 => files}/no-strip.patch | 0 .../qemu/{qemu-1.2.0 => files}/powerpc_rom.bin | Bin .../{qemu-1.2.0 => files}/relocatable_sdk.patch | 0 .../qemu/qemu-1.2.0/qemu-vmware-vga-depth.patch | 106 ----------------- .../qemu/qemu-1.2.0/remove-hardcoded-libexec.patch | 41 ------- .../qemu/qemu-git/enable-i386-linux-user.patch | 55 --------- .../qemu/qemu-git/linker-flags.patch | 25 ---- meta/recipes-devtools/qemu/qemu-git/no-strip.patch | 15 --- .../recipes-devtools/qemu/qemu-git/powerpc_rom.bin | Bin 4096 -> 0 bytes .../qemu/qemu-git/qemu-vmware-vga-depth.patch | 118 ------------------- .../qemu/qemu-git/remove-hardcoded-libexec.patch | 41 ------- meta/recipes-devtools/qemu/qemu.inc | 66 ++++++++--- meta/recipes-devtools/qemu/qemu_1.2.0.bb | 52 -------- meta/recipes-devtools/qemu/qemu_1.3.0.bb | 10 ++ meta/recipes-devtools/qemu/qemu_git.bb | 11 +- ...plementation-of-pixman_blt-with-overlapp.patch} | 131 ++++++++++----------- .../{pixman_0.27.2.bb => pixman_0.28.0.bb} | 10 +- meta/recipes-multimedia/libpng/libpng_1.2.50.bb | 4 +- 26 files changed, 249 insertions(+), 550 deletions(-) create mode 100644 meta/recipes-devtools/qemu/files/Revert-vmware_vga-Add-back-some-info-in-local-state-.patch rename meta/recipes-devtools/qemu/{qemu-1.2.0 => files}/arm-bgr.patch (100%) rename meta/recipes-devtools/qemu/{qemu-1.2.0 => files}/enable-i386-linux-user.patch (100%) rename meta/recipes-devtools/qemu/{qemu-1.2.0 => files}/fallback-to-safe-mmap_min_addr.patch (100%) rename meta/recipes-devtools/qemu/{qemu-1.2.0 => files}/fix-configure-checks.patch (100%) rename meta/recipes-devtools/qemu/{qemu-1.2.0 => files}/init-info.patch (100%) rename meta/recipes-devtools/qemu/{qemu-1.2.0 => files}/larger_default_ram_size.patch (100%) rename meta/recipes-devtools/qemu/{qemu-1.2.0 => files}/linker-flags.patch (100%) rename meta/recipes-devtools/qemu/{qemu-1.2.0 => files}/no-strip.patch (100%) rename meta/recipes-devtools/qemu/{qemu-1.2.0 => files}/powerpc_rom.bin (100%) rename meta/recipes-devtools/qemu/{qemu-1.2.0 => files}/relocatable_sdk.patch (100%) delete mode 100644 meta/recipes-devtools/qemu/qemu-1.2.0/qemu-vmware-vga-depth.patch delete mode 100644 meta/recipes-devtools/qemu/qemu-1.2.0/remove-hardcoded-libexec.patch delete mode 100644 meta/recipes-devtools/qemu/qemu-git/enable-i386-linux-user.patch delete mode 100644 meta/recipes-devtools/qemu/qemu-git/linker-flags.patch delete mode 100644 meta/recipes-devtools/qemu/qemu-git/no-strip.patch delete mode 100644 meta/recipes-devtools/qemu/qemu-git/powerpc_rom.bin delete mode 100644 meta/recipes-devtools/qemu/qemu-git/qemu-vmware-vga-depth.patch delete mode 100644 meta/recipes-devtools/qemu/qemu-git/remove-hardcoded-libexec.patch delete mode 100644 meta/recipes-devtools/qemu/qemu_1.2.0.bb create mode 100644 meta/recipes-devtools/qemu/qemu_1.3.0.bb rename meta/recipes-graphics/xorg-lib/pixman/{0002-Generic-C-implementation-of-pixman_blt-with-overlapp.patch => Generic-C-implementation-of-pixman_blt-with-overlapp.patch} (45%) rename meta/recipes-graphics/xorg-lib/{pixman_0.27.2.bb => pixman_0.28.0.bb} (80%)