]> code.ossystems Code Review - openembedded-core.git/commitdiff
xserver-kdrive-common: Remove xserver flags for cm-x270 since its using standard...
authorRichard Purdie <richard@openedhand.com>
Thu, 14 Feb 2008 21:16:49 +0000 (21:16 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 14 Feb 2008 21:16:49 +0000 (21:16 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3810 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/xserver-kdrive-common/xserver-kdrive-common/etc/X11/Xserver
meta/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb

index f3b454bcb323bcc1cc076a552b5bb6b6c5eff46d..8efb8661f4540ffe9167b85ebcf17f589ad61d05 100644 (file)
@@ -48,9 +48,9 @@ case `module_id` in
        "Generic OMAP1510/1610/1710")
                ARGS="$ARGS -mouse /dev/input/event0" ;;
        "Compulab CM-x270")
-                modprobe mbxfb
-               ARGS="$ARGS -fb /dev/fb1"
-                ;;
+               #modprobe mbxfb
+               #ARGS="$ARGS -fb /dev/fb1"
+               ;;
        "Nokia N800")
                ARGS="$ARGS -mouse tslib" ;;
        "Nokia 770")
index e0806f78da848b2bf60a456bdee708946d3567d7..2b263abdf3635115474d60780c593b3126e0ff9c 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts"
 LICENSE = "GPL"
 SECTION = "x11"
 RDEPENDS_${PN} = "xmodmap libxrandr xdpyinfo xtscal xinit formfactor"
-PR = "r20"
+PR = "r23"
 
 SRC_URI = "file://etc"
 S = ${WORKDIR}