]> code.ossystems Code Review - openembedded-core.git/commit
qemu: Fix linking of the native package on Fedora 13
authorJoshua Lock <josh@linux.intel.com>
Tue, 15 Jun 2010 11:22:01 +0000 (12:22 +0100)
committerJoshua Lock <josh@linux.intel.com>
Tue, 15 Jun 2010 11:33:11 +0000 (12:33 +0100)
commitc87bf0cfc656b4ae32b5e6ea926a71135b609a2e
tree8e561e344145ee4188487c8a53d7582b28dfb018
parent5101076eab596d966e5a8a5ef749a48c5334a17e
qemu: Fix linking of the native package on Fedora 13

Fedora 13 switched the default behaviour of the linker to no longer
indirectly link to required libraries (i.e. dependencies of a library
already linked to). Therefore we need to explicitly pass the depended on
libraries into the linker for building to work on Fedora 13.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/packages/qemu/qemu-0.12.4/linker-flags.patch [new file with mode: 0644]
meta/packages/qemu/qemu.inc
meta/packages/qemu/qemu_0.12.4.bb
meta/packages/qemu/qemu_git.bb