xserver-kdrive-common: Run display calibration later to make sure the device node...
authorFlorian Boor <florian.boor@kernelconcepts.de>
Wed, 13 May 2009 10:59:39 +0000 (12:59 +0200)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Wed, 13 May 2009 12:59:16 +0000 (14:59 +0200)
recipes/xserver-kdrive-common/xserver-kdrive-common/30xTs_Calibrate [deleted file]
recipes/xserver-kdrive-common/xserver-kdrive-common/98xTs_Calibrate [new file with mode: 0644]
recipes/xserver-kdrive-common/xserver-kdrive-common_0.1.bb

diff --git a/recipes/xserver-kdrive-common/xserver-kdrive-common/30xTs_Calibrate b/recipes/xserver-kdrive-common/xserver-kdrive-common/30xTs_Calibrate
deleted file mode 100644 (file)
index 7078690..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-while [ ! -z $TSLIB_TSDEVICE ] && [ -f $TSLIB_TSDEVICE] && [ ! -f /etc/pointercal ]
-do
-   /usr/bin/xtscal
-done
diff --git a/recipes/xserver-kdrive-common/xserver-kdrive-common/98xTs_Calibrate b/recipes/xserver-kdrive-common/xserver-kdrive-common/98xTs_Calibrate
new file mode 100644 (file)
index 0000000..7078690
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+while [ ! -z $TSLIB_TSDEVICE ] && [ -f $TSLIB_TSDEVICE] && [ ! -f /etc/pointercal ]
+do
+   /usr/bin/xtscal
+done
index abd7191..33c0a40 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Common X11 scripts"
 LICENSE = "GPL"
 SECTION = "x11"
-PR = "r37"
+PR = "r38"
 
 SRC_URI = "\
   file://Xdefaults \