From d6cc4edb533b196753cf90820d1e2b9ccd8fed7c Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Tue, 7 May 2013 13:37:14 -0400 Subject: 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/qemu/qemu_1.2.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/qemu/qemu_1.2.0.bb') 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 \ -- cgit v1.2.3-54-g00ecf