mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
qemu-nativesdk: Add patch to fix linkage
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
13
meta/packages/qemu/qemu-git/glflags.patch
Normal file
13
meta/packages/qemu/qemu-git/glflags.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
Index: git/Makefile.target
|
||||
===================================================================
|
||||
--- git.orig/Makefile.target 2009-09-17 11:36:06.000000000 +0100
|
||||
+++ git/Makefile.target 2009-09-17 11:36:12.000000000 +0100
|
||||
@@ -748,7 +748,7 @@
|
||||
$(QEMU_PROG): LIBS += $(SDL_LIBS) $(COCOA_LIBS) $(CURSES_LIBS) $(BRLAPI_LIBS) $(VDE_LIBS)
|
||||
|
||||
$(QEMU_PROG): $(OBJS) ../libqemu_common.a libqemu.a
|
||||
- $(LINK) -lGL -lGLU
|
||||
+ $(LINK) -lGL
|
||||
|
||||
endif # !CONFIG_USER_ONLY
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
require qemu_git.bb
|
||||
require qemu-nativesdk.inc
|
||||
|
||||
PR = "r2"
|
||||
SRC_URI += "file://glflags.patch;patch=1"
|
||||
|
||||
PR = "r3"
|
||||
|
||||
EXTRA_OECONF +="--target-list=arm-linux-user,arm-softmmu,i386-softmmu --disable-vnc-tls --cc=${HOST_PREFIX}gcc"
|
||||
|
||||
Reference in New Issue
Block a user