aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/tslib/tslib_1.0.bb
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-01-10 11:58:18 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-15 08:09:28 +0000
commit4530d308a546e989873e2978ea5ed2970e8925e7 (patch)
tree2c3e343ed949287b79ed8568569536c0787da1e9 /meta/recipes-graphics/tslib/tslib_1.0.bb
parent3f5e1d92a53015b44fa4eaf5325ba742a9a854e6 (diff)
downloadopenembedded-core-4530d308a546e989873e2978ea5ed2970e8925e7.tar.gz
tslib: replace obsolete automake macros with working ones
Add obsolete_automake_macros.patch that replaces automake macros no longer supported by automake-1.13 with modern constructs. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/tslib/tslib_1.0.bb')
-rw-r--r--meta/recipes-graphics/tslib/tslib_1.0.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-graphics/tslib/tslib_1.0.bb b/meta/recipes-graphics/tslib/tslib_1.0.bb
index 2c4b325e20..84bc1ebdc2 100644
--- a/meta/recipes-graphics/tslib/tslib_1.0.bb
+++ b/meta/recipes-graphics/tslib/tslib_1.0.bb
@@ -10,14 +10,16 @@ SECTION = "base"
LICENSE = "LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=f30a9716ef3762e3467a2f62bf790f0a"
-PR = "r20"
+PR = "r21"
SRC_URI = "http://download.berlios.de/tslib/tslib-${PV}.tar.bz2 \
file://fix_version.patch \
file://0001-Link-plugins-against-libts.patch \
file://ts.conf \
file://tslib.sh \
- file://set-open-mode-for-ts_calibrate_c.patch"
+ file://set-open-mode-for-ts_calibrate_c.patch \
+ file://obsolete_automake_macros.patch \
+"
SRC_URI[md5sum] = "92b2eb55b1e4ef7e2c0347069389390e"
SRC_URI[sha256sum] = "9c40d914e4f6fe00bdd77137d671c7ce4f211686228f2eb8b2d3c2360bc249c8"