[oe-commits] org.oe.dev xserver-kdrive-common: add missing break in the switch statement

koen commit openembedded-commits at lists.openembedded.org
Sat Nov 24 18:05:46 UTC 2007


xserver-kdrive-common: add missing break in the switch statement

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 8dbcfd9642fa106e37099026e091f3ee349879e4
ViewMTN: http://monotone.openembedded.org/revision/info/8dbcfd9642fa106e37099026e091f3ee349879e4
Files:
1
packages/xserver-kdrive-common/xserver-kdrive-common/Xserver
packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb
Diffs:

#
# mt diff -ra3bde9659cb29f16eda58aae345498da3700285f -r8dbcfd9642fa106e37099026e091f3ee349879e4
#
# 
# 
# patch "packages/xserver-kdrive-common/xserver-kdrive-common/Xserver"
#  from [3543ca98ef0f3823d7cf7789c50a0aa51f3c11cf]
#    to [1e81dbe9f52b510804a38b11386d85bcfad8085c]
# 
# patch "packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb"
#  from [eb8784ab4ba9875534ca7947fbc861b9c21dbce7]
#    to [b4455938ec659767eadfbe50dd3227b157c2076d]
# 
============================================================
--- packages/xserver-kdrive-common/xserver-kdrive-common/Xserver	3543ca98ef0f3823d7cf7789c50a0aa51f3c11cf
+++ packages/xserver-kdrive-common/xserver-kdrive-common/Xserver	1e81dbe9f52b510804a38b11386d85bcfad8085c
@@ -115,7 +115,8 @@ case `module_id` in
                 fi 
                 ARGS="$ARGS -dpi ${DPI} -screen ${SCREEN_SIZE}" 
                 # uncomment the line below if you want to test Xglamo
-		#XSERVER=/usr/bin/Xglamo ;;
+		#XSERVER=/usr/bin/Xglamo 
+		;;
 	"Nokia N770")
                 ARGS="$ARGS -dpi 225 -screen ${SCREEN_SIZE} -mouse tslib" 
                 XSERVER=/usr/bin/Xomap ;;
============================================================
--- packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb	eb8784ab4ba9875534ca7947fbc861b9c21dbce7
+++ packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb	b4455938ec659767eadfbe50dd3227b157c2076d
@@ -1,8 +1,8 @@ RDEPENDS_${PN} = "xmodmap libxrandr xdpy
 DESCRIPTION = "Common X11 scripts"
 LICENSE = "GPL"
 SECTION = "x11"
 RDEPENDS_${PN} = "xmodmap libxrandr xdpyinfo xtscal xinit"
-PR = "r23"
+PR = "r24"
 
 SRC_URI = "\
   file://Xdefaults \






More information about the Openembedded-commits mailing list