From patchwork Mon Apr 9 05:01:04 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [CONSOLIDATED,PULL,0/6] Various Patches Date: Mon, 09 Apr 2012 05:01:04 -0000 From: Saul Wold X-Patchwork-Id: 25341 Message-Id: To: openembedded-core@lists.openembedded.org Richard, This is a set patches to address various 1.2 bugs along with a change to the create-pull-request script from Darren. Please review the package.bbclass change, seems correct to me. Thanks Sau! The following changes since commit 1a82989345fb98becb487d270fd93a5e6dffeb47: runqemu-internal: Add console=tty for qemuppc and NFS (2012-04-06 01:12:15 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib sgw/stage http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=oe-mut Andrei Gherzan (1): package.bbclass: needs_ldconfig from linux_so is needed in global namespace Darren Hart (2): create-pull-request: Assume remote branch from local branch grub-efi: Include GPT partition EXT FS support Joshua Lock (1): mesa-common: package gl.pc in libgl-dev Lianhao Lu (1): python: multilib header support. Zhai Edwin (1): qemu: Fix gl failure from 64b target on 32b host meta/classes/package.bbclass | 4 +- meta/recipes-bsp/grub/grub-efi-native_1.99.bb | 4 +- .../python/python-2.7-manifest.inc | 2 +- meta/recipes-devtools/python/python.inc | 2 +- meta/recipes-devtools/python/python_2.7.2.bb | 4 +- .../qemu/qemu-0.15.1/opengl-args-copy-fix.patch | 66 ++++++++++++++++++++ meta/recipes-devtools/qemu/qemu_0.15.1.bb | 3 +- meta/recipes-graphics/mesa/mesa-common.inc | 2 +- scripts/contrib/python/generate-manifest-2.7.py | 2 +- scripts/create-pull-request | 11 +++- 10 files changed, 88 insertions(+), 12 deletions(-) create mode 100644 meta/recipes-devtools/qemu/qemu-0.15.1/opengl-args-copy-fix.patch