[oe-commits] Andreas Oberritter : xserver-kdrive-common: fix sh equality operator

git version control git at git.openembedded.org
Sun Nov 14 23:43:39 UTC 2010


Module: openembedded.git
Branch: master
Commit: 75def7a51b2e8acc682bb27cedcab5f600447546
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=75def7a51b2e8acc682bb27cedcab5f600447546

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Tue Oct 26 15:43:49 2010 +0000

xserver-kdrive-common: fix sh equality operator

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
Acked-by: Michael Smith <msmith at cbnco.com>

---

 .../xserver-kdrive-common/Xserver                  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver b/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver
index c1a9a44..cb158cb 100644
--- a/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver
+++ b/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver
@@ -132,7 +132,7 @@ case `module_id` in
                          ARGS="$ARGS -nocursor"
                      fi
                      ARGS="$ARGS -dpi ${DPI} vt1"
-                elif [ `module_id` == "GTA02" ] ; then
+                elif [ `module_id` = "GTA02" ] ; then
                      ARGS="$ARGS -dpi ${DPI} -screen ${SCREEN_SIZE} -mouse tslib -hide-cursor ${PPM} vt1" 
                      XSERVER=/usr/bin/Xglamo 
                 fi





More information about the Openembedded-commits mailing list