diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-04 12:14:34 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-04 14:08:08 +0100 |
commit | 9f20f5e29f10e16c0f5faa59b7ac5d427aa15767 (patch) | |
tree | efce35ab5f692a17ea999d4417e11d9a32d40443 /meta/recipes-devtools/qemu/qemu-0.14.0/glflags.patch | |
parent | bcc817ee058bbab91d6e88a3e1e867a4ff09aeca (diff) | |
download | poky-9f20f5e29f10e16c0f5faa59b7ac5d427aa15767.tar.gz |
qemu-nativesdk: Refresh glflags patch
(From OE-Core rev: 8ca53dd2b8ebf4a6cc4fe509bb89d8e5af3d5c87)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu-0.14.0/glflags.patch')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu-0.14.0/glflags.patch | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-devtools/qemu/qemu-0.14.0/glflags.patch b/meta/recipes-devtools/qemu/qemu-0.14.0/glflags.patch index 99cc417d79..f99c6d1e9a 100644 --- a/meta/recipes-devtools/qemu/qemu-0.14.0/glflags.patch +++ b/meta/recipes-devtools/qemu/qemu-0.14.0/glflags.patch | |||
@@ -1,13 +1,13 @@ | |||
1 | Index: git/Makefile.target | 1 | Index: qemu-0.14.0/Makefile.target |
2 | =================================================================== | 2 | =================================================================== |
3 | --- git.orig/Makefile.target2010-05-27 12:35:26.000000000 -0400 | 3 | --- qemu-0.14.0.orig/Makefile.target 2011-04-04 12:12:19.142871742 +0100 |
4 | +++ git/Makefile.target2010-05-27 12:59:53.520415731 -0400 | 4 | +++ qemu-0.14.0/Makefile.target 2011-04-04 12:12:21.772871742 +0100 |
5 | @@ -326,7 +326,7 @@ vl.o: qemu-options.h | 5 | @@ -362,7 +362,7 @@ |
6 | 6 | ||
7 | monitor.o: qemu-monitor.h | 7 | monitor.o: hmp-commands.h qmp-commands.h |
8 | 8 | ||
9 | -LIBS += -lGL -lGLU | 9 | -LIBS += -lGL -lGLU |
10 | +LIBS += -lGL | 10 | +LIBS += -lGL |
11 | 11 | ||
12 | ARLIBS=../libqemu_common.a libqemu.a $(HWLIB) | 12 | $(obj-y) $(obj-$(TARGET_BASE_ARCH)-y): $(GENERATED_HEADERS) |
13 | \ No newline at end of file | 13 | |