diff options
author | Richard Purdie <richard@openedhand.com> | 2006-10-02 15:56:15 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-10-02 15:56:15 +0000 |
commit | 16bcfe9956590afbcc41d995b70f48e46beadfde (patch) | |
tree | 8853bb6334db9f1c6850f702a06d8257716bdf10 /meta/packages/qemu | |
parent | 3b9e54a65e40af0d751c74affc7b956f5d1bfea8 (diff) | |
download | openembedded-core-16bcfe9956590afbcc41d995b70f48e46beadfde.tar.gz openembedded-core-16bcfe9956590afbcc41d995b70f48e46beadfde.tar.bz2 openembedded-core-16bcfe9956590afbcc41d995b70f48e46beadfde.zip |
qemu: Fix patch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@783 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/qemu')
-rw-r--r-- | meta/packages/qemu/files/qemu-sdl-cursor.patch | 8 | ||||
-rw-r--r-- | meta/packages/qemu/qemu_cvs.bb | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/meta/packages/qemu/files/qemu-sdl-cursor.patch b/meta/packages/qemu/files/qemu-sdl-cursor.patch index aa195155c5..bd6a51a1f5 100644 --- a/meta/packages/qemu/files/qemu-sdl-cursor.patch +++ b/meta/packages/qemu/files/qemu-sdl-cursor.patch @@ -1,10 +1,12 @@ ---- qemu-0.8.2/sdl.c 2006-10-02 15:46:42.000000000 +0100 -+++ qemu-0.8.2-x/sdl.c 2006-10-02 15:47:02.000000000 +0100 +Index: qemu/sdl.c +=================================================================== +--- qemu.orig/sdl.c 2006-10-02 17:06:12.000000000 +0100 ++++ qemu/sdl.c 2006-10-02 17:06:59.000000000 +0100 @@ -287,7 +287,7 @@ { if (kbd_mouse_is_absolute()) { SDL_ShowCursor(1); -- SDL_SetCursor(sdl_cursor_hidden); +- SDL_SetCursor(sdl_cursor_hidden); + /* SDL_SetCursor(sdl_cursor_hidden); */ } else { SDL_ShowCursor(0); diff --git a/meta/packages/qemu/qemu_cvs.bb b/meta/packages/qemu/qemu_cvs.bb index 10647743d9..25f9e894af 100644 --- a/meta/packages/qemu/qemu_cvs.bb +++ b/meta/packages/qemu/qemu_cvs.bb @@ -4,7 +4,7 @@ PR = "r1" SRC_URI = "cvs://anonymous@cvs.savannah.nongnu.org/sources/qemu;method=pserver;rsh=ssh;module=qemu \ file://configure.patch;patch=1 \ - file://qemu-sdl-cursor.patch;patch=0 \ + file://qemu-sdl-cursor.patch;patch=1 \ file://arm_nptl.patch;patch=1 \ file://pl110_rgb-r0.patch;patch=1 \ file://qemu-pci-irq-sharing.patch;patch=1 \ |