summaryrefslogtreecommitdiffstats
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
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-08 15:08:12 +0100
commitd6cc4edb533b196753cf90820d1e2b9ccd8fed7c (patch)
tree471d615b3cdd38ea791bb283a6aeeb4bc37f13d1 /meta/recipes-devtools/qemu/qemu_1.2.0.bb
parent094c523dedd55a859402a9a2de1160d4f1adf885 (diff)
downloadpoky-d6cc4edb533b196753cf90820d1e2b9ccd8fed7c.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] (From OE-Core rev: c0ed6d8017eb83321dfb6e5c769cce2c9f81ca0c) Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 = "\
8 file://powerpc_rom.bin \ 8 file://powerpc_rom.bin \
9 file://no-strip.patch \ 9 file://no-strip.patch \
10 file://linker-flags.patch \ 10 file://linker-flags.patch \
11 file://linker-flags-2.patch \
11 file://qemu-vmware-vga-depth.patch \ 12 file://qemu-vmware-vga-depth.patch \
12 file://fix-configure-checks.patch \ 13 file://fix-configure-checks.patch \
13 file://fallback-to-safe-mmap_min_addr.patch \ 14 file://fallback-to-safe-mmap_min_addr.patch \