From 36f33bc00f95b27702e07bacac8047f0d1882b62 Mon Sep 17 00:00:00 2001 From: Daniel Nyström Date: Tue, 21 Dec 2010 19:06:55 +0100 Subject: tslib: bump version to current git head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Due to missing official releases, fetch directly from GitHub repository. Many bugfixes since 1.0 and all previous patches in Buildroot are either applied or obsoleted. Signed-off-by: Daniel Nyström Acked-by: Paulius Zaleckas Acked-by: Luca Ceresoli Signed-off-by: Peter Korsgaard --- .../tslib-1.0-link-plugins-against-libts.patch | 48 ---------------------- 1 file changed, 48 deletions(-) delete mode 100644 package/tslib/tslib-1.0-link-plugins-against-libts.patch (limited to 'package/tslib/tslib-1.0-link-plugins-against-libts.patch') diff --git a/package/tslib/tslib-1.0-link-plugins-against-libts.patch b/package/tslib/tslib-1.0-link-plugins-against-libts.patch deleted file mode 100644 index d60b6a1db..000000000 --- a/package/tslib/tslib-1.0-link-plugins-against-libts.patch +++ /dev/null @@ -1,48 +0,0 @@ -commit 12435b337ea074bd31ccb03aff58c7eefa86f31c -Author: kergoth -Date: Sat Nov 1 20:46:07 2008 +0000 - - Link plugins against libts - - Some plugins use tslib functions. Link those plugins against libts. - The problem is easy to see with LDFLAGS="-Wl,-no-undefined". - Without this change DirectFB in unable to use tslib because symbols - in the tslib plugins can't be resolved. - - Signed-off-by: Ville Syrjala - Signed-off-by: Chris Larson - - git-svn-id: svn://svn.berlios.de/tslib/trunk/tslib@56 a933c7a4-9bf7-0310-9141-a2e45189604d - -diff --git a/plugins/Makefile.am b/plugins/Makefile.am -index 3b902c2..4c4ef8b 100644 ---- a/plugins/Makefile.am -+++ b/plugins/Makefile.am -@@ -114,15 +114,19 @@ pluginexec_LTLIBRARIES = \ - - variance_la_SOURCES = variance.c - variance_la_LDFLAGS = -module $(LTVSN) -+variance_la_LIBADD = $(top_builddir)/src/libts.la - - dejitter_la_SOURCES = dejitter.c - dejitter_la_LDFLAGS = -module $(LTVSN) -+dejitter_la_LIBADD = $(top_builddir)/src/libts.la - - linear_la_SOURCES = linear.c - linear_la_LDFLAGS = -module $(LTVSN) -+linear_la_LIBADD = $(top_builddir)/src/libts.la - - pthres_la_SOURCES = pthres.c - pthres_la_LDFLAGS = -module $(LTVSN) -+pthres_la_LIBADD = $(top_builddir)/src/libts.la - - # hw access - corgi_la_SOURCES = corgi-raw.c -@@ -148,6 +152,7 @@ tatung_la_LDFLAGS = -module $(LTVSN) - - input_la_SOURCES = input-raw.c - input_la_LDFLAGS = -module $(LTVSN) -+input_la_LIBADD = $(top_builddir)/src/libts.la - - linear_h2200_la_SOURCES = linear-h2200.c - linear_h2200_la_LDFLAGS = -module $(LTVSN) -- cgit v1.2.3