aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-10-02 10:10:13 +0200
committerKoen Kooi <koen@openembedded.org>2009-10-02 10:10:13 +0200
commitc4f2be3ae0a2ac00e4f5587e904ee596072285a9 (patch)
tree3dc5799719c957337f08b546d1ac148b69226d30 /recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb
parentb3fbc73ea728ee5d5f200fee0a3d9a079a0136d5 (diff)
downloadopenembedded-c4f2be3ae0a2ac00e4f5587e904ee596072285a9.tar.gz
xf86-input-evtouch: make it build again, add HAL support
Diffstat (limited to 'recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb')
-rw-r--r--recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb18
1 files changed, 16 insertions, 2 deletions
diff --git a/recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb b/recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb
index bf3a5a6f00..96dfe51317 100644
--- a/recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb
+++ b/recipes/xorg-driver/xf86-input-evtouch_0.8.8.bb
@@ -1,7 +1,21 @@
require xorg-driver-input.inc
-DESCRIPTION = "X.Org X server -- evtouch input driver"
+PR = "r8"
+DESCRIPTION = "X.Org X server -- evtouch input driver"
-SRC_URI = "http://www.conan.de/touchscreen/xf86-input-evtouch-0.8.8.tar.bz2 \
+SRC_URI = "http://www.conan.de/touchscreen/xf86-input-evtouch-${PV}.tar.bz2 \
+ file://xf86-input-evtouch_0.8.8-0ubuntu3.diff;patch=1 \
+ file://20_fix_calibrate_submission_directions.patch;patch=1 \
+ file://21_more_calibration_fixups.patch;patch=1 \
+ file://fdi/*.fdi \
"
+
+do_install_append() {
+ install -d ${D}${datadir}/hal/fdi/policy/20thirdparty
+ cp ${WORKDIR}/fdi/*.fdi ${D}${datadir}/hal/fdi/policy/20thirdparty
+}
+
+FILES_${PN} += "${datadir}/hal"
+
+