Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-22 | tslib: bump version to current git head | Daniel Nyström | |
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 <daniel.nystrom@timeterminal.se> Acked-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Acked-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2010-11-05 | tslib: needs libtool patch | Peter Korsgaard | |
Otherwise it fails with 'cannot install to a directory not ending in /usr/lib/ts'. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-09-03 | package: Remove unnecessary dependencies on uclibc. | Will Newton | |
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> | |||
2009-02-18 | tslib: convert to Makefile.autotools.in format | Peter Korsgaard | |
Patch by Sven Neumann <s.neumann@phase-zero.de> Closes #61. | |||
2009-01-16 | package/: convert to DOWNLOAD helper | Peter Korsgaard | |
2008-12-08 | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | |
2008-12-04 | tslib: add dependency to hsot-autoconf and host-automake | Hans-Christian Egtvedt | |
Tslib uses autoconf and automake during configure section, make sure it is available before building tslib. | |||
2008-12-04 | tslib: use more robust $@ when touching target instead of explisit name | Hans-Christian Egtvedt | |
2008-07-05 | Ensure tslib uses config.* from buildroot | Ulf Samuelsson | |
2008-04-01 | buildroot: additional -clean target fixes | Peter Korsgaard | |
Patch by Hebbar. | |||
2007-12-11 | add ts_test utility | Ivan Kuten | |
2007-10-01 | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | |
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | |||
2007-08-22 | - global whitespace trimming | Bernhard Reutner-Fischer | |
2007-08-21 | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | |
toolchain/*/*.mk */Makefile.in -l) | |||
2007-08-21 | Remove switches if sstrip is run | Ulf Samuelsson | |
2007-08-12 | Add tslib package | Ulf Samuelsson | |