Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tslib: needs libtool patch | Peter Korsgaard | 2010-11-05 | 1 | -1/+1 |
| | | | | | | | Otherwise it fails with 'cannot install to a directory not ending in /usr/lib/ts'. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | tslib: fix plugin linking | Luca Ceresoli | 2010-05-01 | 1 | -0/+48 |
| | | | | | | | | | Fixes error: "Couldnt load module pthres" and similar. Original patch: svn://svn.berlios.de/tslib/trunk@56. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | tslib: fix use of open() | Luca Ceresoli | 2010-04-23 | 1 | -0/+53 |
| | | | | | | | | | | Fixes error: "open with O_CREAT in second argument needs 3 arguments". Original patch: svn://svn.berlios.de/tslib/trunk/tslib r72. [Peter: pull original patch for proper attribution] Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package: Remove unnecessary dependencies on uclibc. | Will Newton | 2009-09-03 | 1 | -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 format | Peter Korsgaard | 2009-02-18 | 2 | -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 script | Peter Korsgaard | 2009-02-18 | 1 | -0/+17 |
| | |||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | tslib: add dependency to hsot-autoconf and host-automake | Hans-Christian Egtvedt | 2008-12-04 | 1 | -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 name | Hans-Christian Egtvedt | 2008-12-04 | 1 | -3/+3 |
| | |||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -1/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | Ensure tslib uses config.* from buildroot | Ulf Samuelsson | 2008-07-05 | 1 | -2/+3 |
| | |||||
* | tslib: fix inputattach patch typos | Peter Korsgaard | 2008-06-03 | 1 | -2/+2 |
| | | | | | | | Patch by Markus Heidelberg. tslib should be changed to use inputattach from the input-tools package instead though. | ||||
* | buildroot: additional -clean target fixes | Peter Korsgaard | 2008-04-01 | 1 | -3/+2 |
| | | | | Patch by Hebbar. | ||||
* | patch to replace legacy bzero with memset in tslib | John Voltz | 2008-03-12 | 1 | -0/+11 |
| | |||||
* | patches for tslib | John Voltz | 2008-03-06 | 2 | -0/+22 |
| | |||||
* | add ts_test utility | Ivan Kuten | 2007-12-11 | 1 | -0/+2 |
| | |||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -5/+5 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | - global whitespace trimming | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -3/+3 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | Remove switches if sstrip is run | Ulf Samuelsson | 2007-08-21 | 1 | -5/+5 |
| | |||||
* | Add tslib package | Ulf Samuelsson | 2007-08-12 | 4 | -0/+858 |