summaryrefslogtreecommitdiffstats
path: root/recipes/xorg-driver/xf86-input-tslib_0.0.6.bb
diff options
context:
space:
mode:
authorDavid-John Willis <John.Willis@Distant-earth.com>2010-02-09 12:08:01 +0000
committerKoen Kooi <koen@openembedded.org>2010-02-09 17:53:42 +0100
commitf7e121d58819a1566d063f82668819f10f5a66d7 (patch)
treeac41fa2f4b9109919ebeec8060f7b65037cc865b /recipes/xorg-driver/xf86-input-tslib_0.0.6.bb
parent0b9830a337e938216d2a19e92159588bf4885746 (diff)
downloadopenembedded-f7e121d58819a1566d063f82668819f10f5a66d7.tar.gz
xf86-input-tslib 0.0.6: Add patch for XOrg 1.7.4 to fix crashes on XGetPointerControl request.
* From Grazvydas Ignotas - Already pushed to mainline for next xf86-input-tslib release.
Diffstat (limited to 'recipes/xorg-driver/xf86-input-tslib_0.0.6.bb')
-rw-r--r--recipes/xorg-driver/xf86-input-tslib_0.0.6.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes/xorg-driver/xf86-input-tslib_0.0.6.bb b/recipes/xorg-driver/xf86-input-tslib_0.0.6.bb
index 6918ff485f..6252459535 100644
--- a/recipes/xorg-driver/xf86-input-tslib_0.0.6.bb
+++ b/recipes/xorg-driver/xf86-input-tslib_0.0.6.bb
@@ -4,11 +4,13 @@ DESCRIPTION = "X.Org X server -- tslib input driver"
RRECOMMENDS += "hal tslib-calibrate"
DEPENDS += "tslib"
-PR = "r10"
+PR = "r11"
SRC_URI = "http://www.pengutronix.de/software/xf86-input-tslib/download/xf86-input-tslib-${PV}.tar.bz2 \
- file://double-free-crash.patch;patch=1 \
- file://10-x11-input-tslib.fdi"
+ file://double-free-crash.patch;patch=1 \
+ file://10-x11-input-tslib.fdi \
+ file://xserver-174-XGetPointerControl.patch;patch=1 \
+"
do_configure_prepend() {
rm -rf ${S}/m4/ || true