diff options
author | Paul Eggleton <bluelightning@bluelightning.org> | 2010-04-04 21:44:01 +0100 |
---|---|---|
committer | Paul Eggleton <bluelightning@bluelightning.org> | 2010-04-04 21:44:01 +0100 |
commit | b78d3343acaa77109130ee48050942e7325a7319 (patch) | |
tree | 4f9448e55344c32b6dea09e31baa4ce2f7ccd989 /recipes/opie-taskbar/opie-taskbar_1.2.4.bb | |
parent | 96f0c3857053e91feeb4ebbcdf3136553799abac (diff) |
opie-taskbar: force calibration on first start
Since we install default /etc/pointercal files that aren't perfect for
all devices, this patch forces Opie to do a screen calibration during
the first start wizard regardless of whether the pointercal file exists
or not.
Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
Diffstat (limited to 'recipes/opie-taskbar/opie-taskbar_1.2.4.bb')
-rw-r--r-- | recipes/opie-taskbar/opie-taskbar_1.2.4.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/opie-taskbar/opie-taskbar_1.2.4.bb b/recipes/opie-taskbar/opie-taskbar_1.2.4.bb index b5660451a6..a9df7c9527 100644 --- a/recipes/opie-taskbar/opie-taskbar_1.2.4.bb +++ b/recipes/opie-taskbar/opie-taskbar_1.2.4.bb @@ -1,5 +1,5 @@ require ${PN}.inc -PR = "r3" +PR = "r4" SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/apps/calibrate \ ${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/settings/mediummount \ @@ -14,4 +14,5 @@ SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/core/apps/calibrate \ file://restart-from-bindir.patch;patch=1 \ file://server-pro-1.2.4.patch;patch=1 \ file://firstuse-path.patch;patch=1 \ + file://force-firstuse-calibrate.patch;patch=1 \ " |