diff options
author | Eric BĂ©nard <eric@eukrea.com> | 2009-09-24 09:02:10 +0000 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2009-09-29 10:13:27 +0200 |
commit | dfcc18bf49b37bea6d31162cc2eb5835a822bf83 (patch) | |
tree | 568a9d97ef7e9fc3e1741a77ec5e4d41337a6c42 /recipes/tslib/tslib_1.0.bb | |
parent | d017723ad88c3f9ace47da27795e855fff05cb72 (diff) |
tslib_1.0: Apply patch from r56 to link plugins to libts
The patch sent to the list was integrated into tslib
in november 2008:
http://svn.berlios.de/viewcvs/tslib/trunk/tslib/plugins/Makefile.am?r1=51&r2=56
Please find attached a patch to add this patch to the tslib's recipe.
http://patchwork.openembedded.org/patch/1078/
Signed-off-by: Eric Benard <eric@eukrea.com>
Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
Diffstat (limited to 'recipes/tslib/tslib_1.0.bb')
-rw-r--r-- | recipes/tslib/tslib_1.0.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/tslib/tslib_1.0.bb b/recipes/tslib/tslib_1.0.bb index 1929ee0557..58a0e35bd1 100644 --- a/recipes/tslib/tslib_1.0.bb +++ b/recipes/tslib/tslib_1.0.bb @@ -1,6 +1,7 @@ SRC_URI = "http://download.berlios.de/tslib/${BP}.tar.bz2 \ file://fix_version.patch;patch=1 \ - file://tslib-nopressure.patch;patch=1" -PR = "${INC_PR}.2" + file://tslib-nopressure.patch;patch=1 \ + file://tslib-pluginsld.patch;patch=1" +PR = "${INC_PR}.3" include tslib.inc |