tslib broken

View: New views
1 Messages — Rating Filter:   Alert me  

tslib broken

by Will Wagner :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Seems like tslib has got broken when it was converted to use autotools, it has lost a
couple of the customisations needed.

Attached is my patch that works as it did before. Note this patch deliberately removes a
couple of the tslib patches as I believe they are wrong - see
http://lists.busybox.net/pipermail/buildroot/2008-June/021164.html

Will
--
------------------------------------------------------------------------
Will Wagner                                     will_wagner@...
Development Manager                      Office Tel: +44 (0)20 7371 2032
Carallon Ltd, Studio G20, Shepherds Building, Rockley Rd, London W14 0DA
------------------------------------------------------------------------

Index: package/tslib/tslib.mk
===================================================================
--- package/tslib/tslib.mk (revision 25500)
+++ package/tslib/tslib.mk (working copy)
@@ -15,8 +15,25 @@
 TSLIB_CONF_OPT = \
  --enable-shared \
  --prefix=/usr \
- --sysconfdir=/etc
+ --sysconfdir=/etc \
+ --disable-linear-h2200 \
+ --disable-ucb1x00 \
+ --disable-corgi \
+ --disable-collie \
+ --disable-h3600 \
+ --disable-mk712 \
+ --disable-arctic2 \
+ --enable-input
 
 TSLIB_DEPENDENCIES = uclibc
 
 $(eval $(call AUTOTARGETS,package,tslib))
+
+$(TSLIB_HOOK_POST_EXTRACT):
+ -rm package/tslib/tslib-1.0-absbit.patch
+ -rm package/tslib/tslib-1.0-remove-return-on-error-from-check-df.patch
+ touch $@
+
+$(TSLIB_HOOK_POST_INSTALL):
+ cp -dpf package/tslib/ts.conf $(TARGET_DIR)/etc/
+ touch $@

_______________________________________________
buildroot mailing list
buildroot@...
http://lists.busybox.net/mailman/listinfo/buildroot