[oe-commits] Martin Jansa : xserver-kdrive-common: missing ; ; after GTA01 case

git version control git at git.openembedded.org
Sun Jan 31 09:37:56 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 35544cbfb8d389e0acb7103ee156338744218c62
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=35544cbfb8d389e0acb7103ee156338744218c62

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jan 31 10:21:30 2010 +0100

xserver-kdrive-common: missing ;; after GTA01 case

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

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

diff --git a/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver b/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver
index 0f7cc2f..f1c3e3e 100644
--- a/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver
+++ b/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver
@@ -119,6 +119,7 @@ case `module_id` in
                      DPI=142
                 fi 
                 ARGS="$ARGS -dpi ${DPI} vt1"
+		;;
        "GTA02")
                 if [ `screen_width` -gt 330 ] ; then
                      if [ -f "/usr/share/pixmaps/xsplash-vga.ppm" ]; then
diff --git a/recipes/xserver-kdrive-common/xserver-kdrive-common_0.1.bb b/recipes/xserver-kdrive-common/xserver-kdrive-common_0.1.bb
index 79757ab..bf4bca8 100644
--- a/recipes/xserver-kdrive-common/xserver-kdrive-common_0.1.bb
+++ b/recipes/xserver-kdrive-common/xserver-kdrive-common_0.1.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Common X11 scripts"
 LICENSE = "GPL"
 SECTION = "x11"
-PR = "r40"
+PR = "r41"
 
 SRC_URI = "\
   file://Xdefaults \





More information about the Openembedded-commits mailing list