summaryrefslogtreecommitdiffstats
path: root/recipes/tslib/tslib_1.0.bb
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2009-07-21 15:15:05 +0200
committerFlorian Boor <florian.boor@kernelconcepts.de>2009-07-21 15:21:10 +0200
commit1751ba9cc1377eaa2d2de8b2053abea807731d80 (patch)
tree8344bbc52aa87b4eba8fe0e2d5939864d31312b1 /recipes/tslib/tslib_1.0.bb
parentf2bd580f9b70a5df142c2424b004a87c2646793a (diff)
downloadopenembedded-1751ba9cc1377eaa2d2de8b2053abea807731d80.tar.gz
tslib: Include patch to make it work with all drivers that don't supply pressure information.
Diffstat (limited to 'recipes/tslib/tslib_1.0.bb')
-rw-r--r--recipes/tslib/tslib_1.0.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/tslib/tslib_1.0.bb b/recipes/tslib/tslib_1.0.bb
index c22256f4d2..1929ee0557 100644
--- a/recipes/tslib/tslib_1.0.bb
+++ b/recipes/tslib/tslib_1.0.bb
@@ -1,5 +1,6 @@
SRC_URI = "http://download.berlios.de/tslib/${BP}.tar.bz2 \
- file://fix_version.patch;patch=1"
-PR = "${INC_PR}.1"
+ file://fix_version.patch;patch=1 \
+ file://tslib-nopressure.patch;patch=1"
+PR = "${INC_PR}.2"
include tslib.inc