aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_1.2.0.bb
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2013-05-07 13:37:14 -0400
committerRoss Burton <ross.burton@intel.com>2013-05-08 12:03:12 +0100
commitc0ed6d8017eb83321dfb6e5c769cce2c9f81ca0c (patch)
tree077f03cd4c4b092b5350542b3a6e4ff4e7dc8a3c /meta/recipes-devtools/qemu/qemu_1.2.0.bb
parent6091d041e94397a4dda6827868ba48d2e3250d26 (diff)
downloadopenembedded-core-c0ed6d8017eb83321dfb6e5c769cce2c9f81ca0c.tar.gz
qemu-native: fix DSO linking
I noticed this issue trying to build using the Danny branch on what is currently the most recent openSuSE (12.3). It appears to be similar to the fedora DSO linking issue: https://fedoraproject.org/wiki/UnderstandingDSOLinkChange. Upstream-status: Inappropriate [OE Specific] Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_1.2.0.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu_1.2.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_1.2.0.bb b/meta/recipes-devtools/qemu/qemu_1.2.0.bb
index 517a74b05e..7a81f0affd 100644
--- a/meta/recipes-devtools/qemu/qemu_1.2.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_1.2.0.bb
@@ -8,6 +8,7 @@ SRC_URI = "\
file://powerpc_rom.bin \
file://no-strip.patch \
file://linker-flags.patch \
+ file://linker-flags-2.patch \
file://qemu-vmware-vga-depth.patch \
file://fix-configure-checks.patch \
file://fallback-to-safe-mmap_min_addr.patch \