Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-08-04 | Update popt to version 1.15 | Nigel Kukard | |
2009-01-25 | Support libiconv option for popt | Ulf Samuelsson | |
2008-10-20 | package/: remove redundant install-strip in *_TARGET_INSTALL_OPT | Peter Korsgaard | |
It's default now. | |||
2008-08-26 | popt: use := assignments | Peter Korsgaard | |
2008-08-26 | popt: use install-strip for target install | Peter Korsgaard | |
2008-08-26 | popt: cleanup redundant configure args | Peter Korsgaard | |
2008-08-04 | buildroot: remove trailing spaces | Peter Korsgaard | |
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | |||
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2008-04-12 | * Added popt | Nigel Kukard | |