All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] tslib broken
@ 2009-04-16 16:33 Will Wagner
  2009-04-17  5:00 ` Hans-Christian Egtvedt
  0 siblings, 1 reply; 2+ messages in thread
From: Will Wagner @ 2009-04-16 16:33 UTC (permalink / raw
  To: buildroot

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 at carallon.com
Development Manager                      Office Tel: +44 (0)20 7371 2032
Carallon Ltd, Studio G20, Shepherds Building, Rockley Rd, London W14 0DA
------------------------------------------------------------------------
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: tslib.patch
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20090416/52232eaf/attachment.diff>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Buildroot] tslib broken
  2009-04-16 16:33 [Buildroot] tslib broken Will Wagner
@ 2009-04-17  5:00 ` Hans-Christian Egtvedt
  0 siblings, 0 replies; 2+ messages in thread
From: Hans-Christian Egtvedt @ 2009-04-17  5:00 UTC (permalink / raw
  To: buildroot

On Thu, 16 Apr 2009 17:33:34 +0100
Will Wagner <will_wagner@carallon.com> wrote:

<snipp>

> 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
> 

Looks sane, as long as nobody uses the specific old style touch
interfaces. AFAIK /dev/input/event is the way to go these days.
 
>  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

Huh? This looks wrong. Do you mean to remove .orig patch files from the
extracted directory? If so, please refresh the patches using quilt:

QUILT_DIFF_OPTS="-p --ignore-blank-lines --strip-trailing-cr" quilt
refresh -p ab --no-timestamps --no-index

My preferred way of making patches for Buildroot that are smooth to
source control.

<snipp>

-- 
Best regards,
Hans-Christian Egtvedt

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-04-17  5:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-16 16:33 [Buildroot] tslib broken Will Wagner
2009-04-17  5:00 ` Hans-Christian Egtvedt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.