Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -4/+4 |
| | |||||
* | Use HOST_GLIB for glib installation instead of /usr/bin | Ulf Samuelsson | 2009-01-13 | 2 | -2/+2 |
| | |||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | package: Kconfig: use menu instead of menuconfig for sub menus | Peter Korsgaard | 2008-11-14 | 1 | -8/+2 |
| | | | | | As discussed on the list - These things should normally not be (un)selectable. | ||||
* | libpng: fix Makefile.autotools.in fallout | Peter Korsgaard | 2008-11-02 | 1 | -1/+1 |
| | | | | | | | | libpng used to have the 'png' Makefile alias, which some packages used in their dependencies list. With the move to Makefile.autotools.in this is now gone, so update the packages to match. | ||||
* | package: remove redundant pkg-config variables | Peter Korsgaard | 2008-10-26 | 2 | -20/+8 |
| | | | | | | | Also remove some redundant or predefined configure/make args in these packages. Patch by Markus Heidelberg. | ||||
* | concierge: fix paths | Peter Korsgaard | 2008-09-07 | 1 | -2/+2 |
| | | | | Patch by Markus Heidelberg <markus.heidelberg@web.de> | ||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 4 | -10/+10 |
| | | | | | | | 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 | 3 | -3/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | packages: fix pkgconfig depencies and select pkgconfig where needed | Peter Korsgaard | 2008-06-14 | 4 | -3/+4 |
| | |||||
* | remove unused JAMVM_DIR_PREFIX | John Voltz | 2008-04-24 | 1 | -1/+0 |
| | |||||
* | bump to 0.97.1, removed patch as it has been already applied in upstream ↵ | John Voltz | 2008-04-24 | 4 | -39/+13 |
| | | | | | | revision 0.97.0 (http://gcc.gnu.org/bugzilla/buglist.cgi?product=classpath&target_milestone=0.97) also fix change in package path that prevented patches from being applied | ||||
* | concierge: cleanup (white space + unneeded mkdir) | Peter Korsgaard | 2008-03-31 | 1 | -7/+6 |
| | |||||
* | package: move java packages to package/java sub directory | Peter Korsgaard | 2008-03-28 | 12 | -0/+1797 |