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 | |
| parent | 3b9e54a65e40af0d751c74affc7b956f5d1bfea8 (diff) | |
| download | poky-16bcfe9956590afbcc41d995b70f48e46beadfde.tar.gz | |
qemu: Fix patch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@783 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -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 @@ | |||
| 1 | --- qemu-0.8.2/sdl.c 2006-10-02 15:46:42.000000000 +0100 | 1 | Index: qemu/sdl.c |
| 2 | +++ qemu-0.8.2-x/sdl.c 2006-10-02 15:47:02.000000000 +0100 | 2 | =================================================================== |
| 3 | --- qemu.orig/sdl.c 2006-10-02 17:06:12.000000000 +0100 | ||
| 4 | +++ qemu/sdl.c 2006-10-02 17:06:59.000000000 +0100 | ||
| 3 | @@ -287,7 +287,7 @@ | 5 | @@ -287,7 +287,7 @@ |
| 4 | { | 6 | { |
| 5 | if (kbd_mouse_is_absolute()) { | 7 | if (kbd_mouse_is_absolute()) { |
| 6 | SDL_ShowCursor(1); | 8 | SDL_ShowCursor(1); |
| 7 | - SDL_SetCursor(sdl_cursor_hidden); | 9 | - SDL_SetCursor(sdl_cursor_hidden); |
| 8 | + /* SDL_SetCursor(sdl_cursor_hidden); */ | 10 | + /* SDL_SetCursor(sdl_cursor_hidden); */ |
| 9 | } else { | 11 | } else { |
| 10 | SDL_ShowCursor(0); | 12 | 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" | |||
| 4 | 4 | ||
| 5 | SRC_URI = "cvs://anonymous@cvs.savannah.nongnu.org/sources/qemu;method=pserver;rsh=ssh;module=qemu \ | 5 | SRC_URI = "cvs://anonymous@cvs.savannah.nongnu.org/sources/qemu;method=pserver;rsh=ssh;module=qemu \ |
| 6 | file://configure.patch;patch=1 \ | 6 | file://configure.patch;patch=1 \ |
| 7 | file://qemu-sdl-cursor.patch;patch=0 \ | 7 | file://qemu-sdl-cursor.patch;patch=1 \ |
| 8 | file://arm_nptl.patch;patch=1 \ | 8 | file://arm_nptl.patch;patch=1 \ |
| 9 | file://pl110_rgb-r0.patch;patch=1 \ | 9 | file://pl110_rgb-r0.patch;patch=1 \ |
| 10 | file://qemu-pci-irq-sharing.patch;patch=1 \ | 10 | file://qemu-pci-irq-sharing.patch;patch=1 \ |
