summaryrefslogtreecommitdiffstats
path: root/package/libiconv
Commit message (Collapse)AuthorAgeFilesLines
* package: Remove unnecessary dependencies on uclibc.Will Newton2009-09-031-2/+0Star
| | | | | | | | 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>
* libiconv: strip libcharset as wellPeter Korsgaard2009-03-111-0/+1
|
* libiconv: strip installed library and remove the preloadable libraryHans-Christian Egtvedt2008-12-121-0/+8
| | | | | | | | This patch is mainly for size reduction, removing more than half the needed footprint. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* libiconv: use BR2_GNU_MIRRORPeter Korsgaard2008-12-051-1/+1
|
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-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 Korsgaard2008-07-171-1/+0Star
| | | | 'default n' is the default, so there's no need to say it explicitly.
* add libiconv and framework for vlcJohn Voltz2008-04-242-0/+25