[oe-commits] org.oe.dev gpe-login: use xtscal instead of a non-existant script to recalibrate

koen commit openembedded-commits at lists.openembedded.org
Sun Apr 1 10:06:42 UTC 2007


gpe-login: use xtscal instead of a non-existant script to recalibrate

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 3b076e1ffb0630b0a13c15ea8033fe8b7033a1a4
ViewMTN: http://monotone.openembedded.org/revision.psp?id=3b076e1ffb0630b0a13c15ea8033fe8b7033a1a4
Files:
1
packages/gpe-login/files/use-xtscal.patch
packages/gpe-login/gpe-login_0.88.bb
Diffs:

#
# mt diff -rbff61468e9dd1916479760fc272a14e1d119564f -r3b076e1ffb0630b0a13c15ea8033fe8b7033a1a4
#
# 
# 
# add_file "packages/gpe-login/files/use-xtscal.patch"
#  content [5202c4bc2bbd8f3346a48b5d6ceb406727d34524]
# 
# patch "packages/gpe-login/gpe-login_0.88.bb"
#  from [8410f6b5a2ff36e0690a6a03bc4ca0d4abbaf858]
#    to [ddb8e5758a4f49e203856319a3c37a331432c198]
# 
============================================================
--- packages/gpe-login/files/use-xtscal.patch	5202c4bc2bbd8f3346a48b5d6ceb406727d34524
+++ packages/gpe-login/files/use-xtscal.patch	5202c4bc2bbd8f3346a48b5d6ceb406727d34524
@@ -0,0 +1,11 @@
+--- /tmp/gpe-login.c	2007-04-01 11:40:29.000000000 +0200
++++ gpe-login-0.88/gpe-login.c	2007-04-01 11:40:58.205251000 +0200
+@@ -59,7 +59,7 @@
+ #define GPE_OWNERINFO_DONTSHOW_FILE "/etc/gpe/gpe-ownerinfo.dontshow"
+ /* Number of milliseconds to hold the stylus down before recalibration is called */
+ #define RECALIBRATION_TIMEOUT 5000
+-#define XTSCAL_PATH "/usr/bin/gpe-xcalibrate.sh"
++#define XTSCAL_PATH "/usr/bin/xtscal"
+ #ifndef DEBUG
+ #define DEBUG 0
+ #endif
============================================================
--- packages/gpe-login/gpe-login_0.88.bb	8410f6b5a2ff36e0690a6a03bc4ca0d4abbaf858
+++ packages/gpe-login/gpe-login_0.88.bb	ddb8e5758a4f49e203856319a3c37a331432c198
@@ -1,13 +1,15 @@
-LICENSE = "GPL"
-inherit gpe
-
 DESCRIPTION = "GPE user login screen"
 SECTION = "gpe"
-PRIORITY    = "optional"
-DEPENDS     = "gtk+ libgpewidget gpe-ownerinfo xkbd"
-RDEPENDS    = "xkbd"
-RPROVIDES   = "gpe-session-starter"
-PR = "r0"
+PRIORITY = "optional"
+LICENSE = "GPL"
+DEPENDS = "gtk+ libgpewidget gpe-ownerinfo xkbd"
+RDEPENDS = "xkbd"
+RPROVIDES = "gpe-session-starter"
+PR = "r1"
 
+inherit gpe
+
 SRC_URI += "file://removeblue-fontsize8.patch;patch=1"
 SRC_URI += " file://chvt-keylaunch.patch;patch=1 "
+SRC_URI += " file://use-xtscal.patch;patch=1 "
+






More information about the Openembedded-commits mailing list