[oe-commits] Alex Ferguson : midpath: Fix malformed sdl-fixes.patch.

git version control git at git.openembedded.org
Wed Jan 19 17:18:20 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7da95442d28bff2215f8c8cc8a0de77e8f42ca59
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7da95442d28bff2215f8c8cc8a0de77e8f42ca59

Author: Alex Ferguson <thoughtmonster at gmail.com>
Date:   Wed Jan 19 18:52:38 2011 +0200

midpath: Fix malformed sdl-fixes.patch.

Regenerated and replaced sdl-fixes.patch, which was malformed
and did not apply. This one should work.

Signed-off-by: Alex Ferguson <thoughtmonster at gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson at gmail.com>

---

 recipes/midpath/files/sdl-fixes.patch |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/midpath/files/sdl-fixes.patch b/recipes/midpath/files/sdl-fixes.patch
index f694d42..e8cfcb2 100644
--- a/recipes/midpath/files/sdl-fixes.patch
+++ b/recipes/midpath/files/sdl-fixes.patch
@@ -1,6 +1,6 @@
 diff -ru midpath-0.3rc2.orig/components/microbackend/org/thenesis/microbackend/ui/sdl/SDLBackend.java midpath-0.3rc2/components/microbackend/org/thenesis/microbackend/ui/sdl/SDLBackend.java
 --- midpath-0.3rc2.orig/components/microbackend/org/thenesis/microbackend/ui/sdl/SDLBackend.java	2008-09-02 03:03:19.000000000 +0300
-+++ midpath-0.3rc2/components/microbackend/org/thenesis/microbackend/ui/sdl/SDLBackend.java	2010-12-21 18:58:05.890000957 +0200
++++ midpath-0.3rc2/components/microbackend/org/thenesis/microbackend/ui/sdl/SDLBackend.java	2010-12-24 13:00:38.313333419 +0200
 @@ -119,6 +119,7 @@
  
          try {
@@ -14,7 +14,7 @@ diff -ru midpath-0.3rc2.orig/components/microbackend/org/thenesis/microbackend/u
              try {
                  SDLEvent.enableUNICODE(1);
 +                SDLEvent.enableKeyRepeat(SDLEvent.SDL_DEFAULT_REPEAT_DELAY,
-+			SDLEvent.SDL_DEFAULT_REPEAT_INTERVAL);
++                       SDLEvent.SDL_DEFAULT_REPEAT_INTERVAL);
                  while (Thread.currentThread() == thread) {
                      processEvent(SDLEvent.waitEvent(true));
                  }





More information about the Openembedded-commits mailing list