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> | ||||
* | Update popt to version 1.15 | Nigel Kukard | 2009-08-04 | 1 | -1/+3 |
| | |||||
* | Support libiconv option for popt | Ulf Samuelsson | 2009-01-25 | 1 | -3/+9 |
| | |||||
* | package/: remove redundant install-strip in *_TARGET_INSTALL_OPT | Peter Korsgaard | 2008-10-20 | 1 | -1/+0 |
| | | | | It's default now. | ||||
* | popt: use := assignments | Peter Korsgaard | 2008-08-26 | 1 | -6/+6 |
| | |||||
* | popt: use install-strip for target install | Peter Korsgaard | 2008-08-26 | 1 | -2/+2 |
| | |||||
* | popt: cleanup redundant configure args | Peter Korsgaard | 2008-08-26 | 1 | -5/+0 |
| | |||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 1 | -1/+1 |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | ||||
* | 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. | ||||
* | * Added popt | Nigel Kukard | 2008-04-12 | 3 | -0/+39 |