aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tslib/tslib_1.0.bb
diff options
context:
space:
mode:
authorThomas Zimmermann <ml@vdm-design.de>2010-03-25 16:05:23 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-03-26 11:13:57 +0100
commite6d0b72e3694f4ecfdcfaeab70d7756261fc9cdb (patch)
tree5cc2c3774a7a497d84848488f1eeab2ef16f9761 /recipes/tslib/tslib_1.0.bb
parenta123e2d2ad31f85363dd63f2cb8f3bd684f5b61a (diff)
downloadopenembedded-e6d0b72e3694f4ecfdcfaeab70d7756261fc9cdb.tar.gz
tslib: fix build with newer libtool
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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 4c2a56c435..277e0a7c29 100644
--- a/recipes/tslib/tslib_1.0.bb
+++ b/recipes/tslib/tslib_1.0.bb
@@ -1,7 +1,8 @@
SRC_URI = "http://download.berlios.de/tslib/${BP}.tar.bz2 \
file://fix_version.patch;patch=1 \
file://tslib-nopressure.patch;patch=1 \
- file://tslib-pluginsld.patch;patch=1"
-PR = "${INC_PR}.4"
+ file://tslib-pluginsld.patch;patch=1 \
+ file://newer-libtool-fix.patch;patch=1 "
+PR = "${INC_PR}.5"
include tslib.inc