mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
c87bf0cfc6
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>
21 lines
477 B
BlitzBasic
21 lines
477 B
BlitzBasic
require qemu.inc
|
|
|
|
PV = "0.12.4"
|
|
PR = "r8"
|
|
|
|
FILESPATH = "${FILE_DIRNAME}/qemu-${PV}/:${FILE_DIRNAME}/qemu-git/"
|
|
FILESDIR = "${WORKDIR}"
|
|
|
|
SRC_URI = "\
|
|
git://git.sv.gnu.org/qemu.git;protocol=git \
|
|
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}/git"
|
|
|