diff options
| author | Joshua Lock <josh@linux.intel.com> | 2010-06-15 12:22:01 +0100 |
|---|---|---|
| committer | Joshua Lock <josh@linux.intel.com> | 2010-06-15 12:33:11 +0100 |
| commit | c87bf0cfc656b4ae32b5e6ea926a71135b609a2e (patch) | |
| tree | 8e561e344145ee4188487c8a53d7582b28dfb018 /meta/packages/qemu/qemu_0.12.4.bb | |
| parent | 5101076eab596d966e5a8a5ef749a48c5334a17e (diff) | |
| download | poky-c87bf0cfc656b4ae32b5e6ea926a71135b609a2e.tar.gz | |
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>
Diffstat (limited to 'meta/packages/qemu/qemu_0.12.4.bb')
| -rw-r--r-- | meta/packages/qemu/qemu_0.12.4.bb | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/meta/packages/qemu/qemu_0.12.4.bb b/meta/packages/qemu/qemu_0.12.4.bb index 43a40c2a27..79b73d38ad 100644 --- a/meta/packages/qemu/qemu_0.12.4.bb +++ b/meta/packages/qemu/qemu_0.12.4.bb | |||
| @@ -1,17 +1,18 @@ | |||
| 1 | require qemu.inc | 1 | require qemu.inc |
| 2 | 2 | ||
| 3 | PR = "r13" | 3 | PR = "r14" |
| 4 | 4 | ||
| 5 | FILESPATH = "${FILE_DIRNAME}/qemu-${PV}" | 5 | FILESPATH = "${FILE_DIRNAME}/qemu-${PV}" |
| 6 | FILESDIR = "${WORKDIR}" | 6 | FILESDIR = "${WORKDIR}" |
| 7 | 7 | ||
| 8 | SRC_URI = "\ | 8 | SRC_URI = "\ |
| 9 | http://download.savannah.gnu.org/releases/qemu/qemu-${PV}.tar.gz \ | 9 | http://download.savannah.gnu.org/releases/qemu/qemu-${PV}.tar.gz \ |
| 10 | file://workaround_bad_futex_headers.patch;patch=1 \ | 10 | file://workaround_bad_futex_headers.patch \ |
| 11 | file://qemu-git-qemugl-host.patch;patch=1 \ | 11 | file://qemu-git-qemugl-host.patch \ |
| 12 | file://no-strip.patch;patch=1 \ | 12 | file://no-strip.patch \ |
| 13 | file://fix-dirent.patch;patch=1 \ | 13 | file://fix-dirent.patch \ |
| 14 | file://fix-nogl.patch;patch=1 \ | 14 | file://fix-nogl.patch \ |
| 15 | file://qemugl-allow-glxcontext-release.patch;patch=1" | 15 | file://qemugl-allow-glxcontext-release.patch \ |
| 16 | file://linker-flags.patch" | ||
| 16 | 17 | ||
| 17 | S = "${WORKDIR}/qemu-${PV}" | 18 | S = "${WORKDIR}/qemu-${PV}" |
