summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/tslib/tslib_1.0.bb
diff options
context:
space:
mode:
authorDmitry Cherukhin <dima_ch@emcraft.com>2011-11-02 13:03:19 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-07 14:05:38 +0000
commitd70ba51ad96190f58eebb136b30f9621d42f0db3 (patch)
tree0eaf2bcbf319160fc29c1693100137f12688490d /meta/recipes-graphics/tslib/tslib_1.0.bb
parent49f9ca5d4c037e32ba3a68374a350304e4e9c706 (diff)
downloadpoky-d70ba51ad96190f58eebb136b30f9621d42f0db3.tar.gz
tslib: fix the bug with loading libts-1.0.so
Touchpad did not work in the qtdemoE if the library libts-1.0.so was not loaded manually using the LD_PRELOAD variable. This problem was fixed in the tslib mainline https://github.com/kergoth/tslib after the 1.0 release. We just import the patch. (From OE-Core rev: 0ba6d91dc527908740890c896b834e7216b0d2fb) Signed-off-by: Dmitry Cherukhin <dima_ch@emcraft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/tslib/tslib_1.0.bb')
-rw-r--r--meta/recipes-graphics/tslib/tslib_1.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/tslib/tslib_1.0.bb b/meta/recipes-graphics/tslib/tslib_1.0.bb
index 3704572baf..dbabce02c0 100644
--- a/meta/recipes-graphics/tslib/tslib_1.0.bb
+++ b/meta/recipes-graphics/tslib/tslib_1.0.bb
@@ -10,10 +10,11 @@ SECTION = "base"
10LICENSE = "LGPLv2" 10LICENSE = "LGPLv2"
11LIC_FILES_CHKSUM = "file://COPYING;md5=f30a9716ef3762e3467a2f62bf790f0a" 11LIC_FILES_CHKSUM = "file://COPYING;md5=f30a9716ef3762e3467a2f62bf790f0a"
12 12
13PR = "r18" 13PR = "r19"
14 14
15SRC_URI = "http://download.berlios.de/tslib/tslib-${PV}.tar.bz2 \ 15SRC_URI = "http://download.berlios.de/tslib/tslib-${PV}.tar.bz2 \
16 file://fix_version.patch \ 16 file://fix_version.patch \
17 file://0001-Link-plugins-against-libts.patch \
17 file://ts.conf \ 18 file://ts.conf \
18 file://tslib.sh" 19 file://tslib.sh"
19 20