From c87bf0cfc656b4ae32b5e6ea926a71135b609a2e Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Tue, 15 Jun 2010 12:22:01 +0100 Subject: 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 --- meta/packages/qemu/qemu_0.12.4.bb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'meta/packages/qemu/qemu_0.12.4.bb') diff --git a/meta/packages/qemu/qemu_0.12.4.bb b/meta/packages/qemu/qemu_0.12.4.bb index 43a40c2a2..79b73d38a 100644 --- a/meta/packages/qemu/qemu_0.12.4.bb +++ b/meta/packages/qemu/qemu_0.12.4.bb @@ -1,17 +1,18 @@ require qemu.inc -PR = "r13" +PR = "r14" FILESPATH = "${FILE_DIRNAME}/qemu-${PV}" FILESDIR = "${WORKDIR}" SRC_URI = "\ http://download.savannah.gnu.org/releases/qemu/qemu-${PV}.tar.gz \ - file://workaround_bad_futex_headers.patch;patch=1 \ - file://qemu-git-qemugl-host.patch;patch=1 \ - file://no-strip.patch;patch=1 \ - file://fix-dirent.patch;patch=1 \ - file://fix-nogl.patch;patch=1 \ - file://qemugl-allow-glxcontext-release.patch;patch=1" + file://workaround_bad_futex_headers.patch \ + file://qemu-git-qemugl-host.patch \ + file://no-strip.patch \ + file://fix-dirent.patch \ + file://fix-nogl.patch \ + file://qemugl-allow-glxcontext-release.patch \ + file://linker-flags.patch" S = "${WORKDIR}/qemu-${PV}" -- cgit v1.2.3