[oe-commits] Martin Jansa : Xorg: fix type

git version control git at git.openembedded.org
Fri Sep 25 08:22:34 UTC 2009


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

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Fri Sep 25 06:33:34 2009 +0000

Xorg: fix type

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/xorg-xserver/xserver-xorg-conf_0.1.bb      |    4 +---
 .../xserver-kdrive-common/shr/Xserver              |    2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
index bfe4817..77138ef 100644
--- a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
+++ b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "Machine specific xorg.conf files"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "file://xorg.conf"
 
@@ -9,5 +9,3 @@ do_install() {
 }
 
 CONFFILES_${PN} += "${sysconfdir}/X11/xorg.conf"
-
-RDEPENDS_append-om-gta02 += "xf86-video-glamo xf86-input-evdev"
diff --git a/recipes/xserver-kdrive-common/xserver-kdrive-common/shr/Xserver b/recipes/xserver-kdrive-common/xserver-kdrive-common/shr/Xserver
index 35a93ca..03e2cde 100644
--- a/recipes/xserver-kdrive-common/xserver-kdrive-common/shr/Xserver
+++ b/recipes/xserver-kdrive-common/xserver-kdrive-common/shr/Xserver
@@ -122,7 +122,7 @@ case `module_id` in
 				DPI=140
 			fi 
 			ARGS="$ARGS -dpi ${DPI} vt1" 
-			if [ -z "$USB_MOUSE}" ]; then
+			if [ -z "${USB_MOUSE}" ]; then
 				ARGS="$ARGS -nocursor"
 			fi
 		else





More information about the Openembedded-commits mailing list