Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -99/+12 |
| | | | | | Patch by Sven Neumann <s.neumann@phase-zero.de> Closes #61. | ||||
* | 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 |
| | |||||
* | Ensure tslib uses config.* from buildroot | Ulf Samuelsson | 2008-07-05 | 1 | -2/+3 |
| | |||||
* | buildroot: additional -clean target fixes | Peter Korsgaard | 2008-04-01 | 1 | -3/+2 |
| | | | | Patch by Hebbar. | ||||
* | 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 | 1 | -0/+107 |