qemu: Fix patch
authorRichard Purdie <richard@openedhand.com>
Mon, 2 Oct 2006 15:56:15 +0000 (15:56 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 2 Oct 2006 15:56:15 +0000 (15:56 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@783 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/qemu/files/qemu-sdl-cursor.patch
meta/packages/qemu/qemu_cvs.bb

index aa19515..bd6a51a 100644 (file)
@@ -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);
index 1064774..25f9e89 100644 (file)
@@ -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 \