summaryrefslogtreecommitdiffstats
path: root/package/tslib
Commit message (Collapse)AuthorAgeFilesLines
* package: Remove unnecessary dependencies on uclibc.Will Newton2009-09-031-2/+0
| | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* tslib: convert to Makefile.autotools.in formatPeter Korsgaard2009-02-182-100/+12
| | | | | Patch by Sven Neumann <s.neumann@phase-zero.de> Closes #61.
* tslib: doesn't use C++, so don't require it in the configure scriptPeter Korsgaard2009-02-181-0/+17
|
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* tslib: add dependency to hsot-autoconf and host-automakeHans-Christian Egtvedt2008-12-041-2/+2
| | | | | | Tslib uses autoconf and automake during configure section, make sure it is available before building tslib.
* tslib: use more robust $@ when touching target instead of explisit nameHans-Christian Egtvedt2008-12-041-3/+3
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* Ensure tslib uses config.* from buildrootUlf Samuelsson2008-07-051-2/+3
|
* tslib: fix inputattach patch typosPeter Korsgaard2008-06-031-2/+2
| | | | | | | Patch by Markus Heidelberg. tslib should be changed to use inputattach from the input-tools package instead though.
* buildroot: additional -clean target fixesPeter Korsgaard2008-04-011-3/+2
| | | | Patch by Hebbar.
* patch to replace legacy bzero with memset in tslibJohn Voltz2008-03-121-0/+11
|
* patches for tslibJohn Voltz2008-03-062-0/+22
|
* add ts_test utilityIvan Kuten2007-12-111-0/+2
|
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-5/+5
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* - global whitespace trimmingBernhard Reutner-Fischer2007-08-221-3/+3
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-1/+1
| | | | toolchain/*/*.mk */Makefile.in -l)
* Remove switches if sstrip is runUlf Samuelsson2007-08-211-5/+5
|
* Add tslib packageUlf Samuelsson2007-08-124-0/+858