diff options
author | Jeff Dike <jdike@linux.intel.com> | 2010-06-03 15:39:57 -0400 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-07 16:10:19 +0100 |
commit | bf59d217a8c6376f90832927ad3254fbbbbf48f3 (patch) | |
tree | bc80642371198d9cb8f80b39a2c99369a37e2711 /meta/packages/qemu/qemu-0.12.4/glflags.patch | |
parent | fc81ca7d2d4c2a17967af53f82422892da32fb80 (diff) | |
download | poky-bf59d217a8c6376f90832927ad3254fbbbbf48f3.tar.gz |
qemu: Update to 0.12.4
Renamed the recipe to 0.12.4.
Moved the patches directory to qemu-0.12.4 - when it was named
qemu-0.12, bitbake silently ignored the patches, and only failed when
it came time to apply them.
Added a FILESDIR to the git recipe and changed its PV to 0.12.4 so it
can use the same patches as the normal recipe for now.
Removed the series file - it wasn't needed.
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Diffstat (limited to 'meta/packages/qemu/qemu-0.12.4/glflags.patch')
-rw-r--r-- | meta/packages/qemu/qemu-0.12.4/glflags.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/packages/qemu/qemu-0.12.4/glflags.patch b/meta/packages/qemu/qemu-0.12.4/glflags.patch new file mode 100644 index 0000000000..0a27c2dee1 --- /dev/null +++ b/meta/packages/qemu/qemu-0.12.4/glflags.patch | |||
@@ -0,0 +1,13 @@ | |||
1 | Index: git/Makefile.target | ||
2 | =================================================================== | ||
3 | --- git.orig/Makefile.target 2010-05-27 12:35:26.000000000 -0400 | ||
4 | +++ git/Makefile.target 2010-05-27 12:59:53.520415731 -0400 | ||
5 | @@ -326,7 +326,7 @@ vl.o: qemu-options.h | ||
6 | |||
7 | monitor.o: qemu-monitor.h | ||
8 | |||
9 | -LIBS += -lGL -lGLU | ||
10 | +LIBS += -lGL | ||
11 | |||
12 | ARLIBS=../libqemu_common.a libqemu.a $(HWLIB) | ||
13 | |||