summaryrefslogtreecommitdiff
path: root/package/icu
AgeCommit message (Collapse)Author
2009-09-03package: 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-01-27icu: needs wchar support in toolchain as wellPeter Korsgaard
2009-01-27icu: add project url to help textPeter Korsgaard
2009-01-27icu: needs C++ support in toolchainPeter Korsgaard
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-08-04buildroot: remove trailing spacesPeter Korsgaard
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-03-10changed to use sourceforge variableJohn Voltz
2008-03-10changed icu download locationJohn Voltz
2008-03-06added icuJohn Voltz