summaryrefslogtreecommitdiff
path: root/package/java
AgeCommit message (Collapse)Author
2009-03-18pkgconfig: add pkgconfig package for targetPeter Korsgaard
The host versions shouldn't be visible in Kconfig, so remove the reference to BR2_PACKAGE_PKGCONFIG everywhere and prefix the host targets with host-. At the same time add pkgconfig for the target (E.G. for development) and let BR2_PACKAGE_PKGCONFIG control that package. Notice: all defconfigs in the tree have been updated, but make sure to disable the pkgconfig package (unless you want it) if you use an external config, otherwise you'll end up with pkgconfig and glib2 in the target.
2009-03-16libglib2: build host version for build-time binariesPeter Korsgaard
Build host version of glib in HOST_DIR and use the build-time binaries from there instead of relying on what is installed on the host.
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2009-01-13Use HOST_GLIB for glib installation instead of /usr/binUlf Samuelsson
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-11-14package: Kconfig: use menu instead of menuconfig for sub menusPeter Korsgaard
As discussed on the list - These things should normally not be (un)selectable.
2008-11-02libpng: fix Makefile.autotools.in falloutPeter Korsgaard
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.
2008-10-26package: remove redundant pkg-config variablesPeter Korsgaard
Also remove some redundant or predefined configure/make args in these packages. Patch by Markus Heidelberg.
2008-09-07concierge: fix pathsPeter Korsgaard
Patch by Markus Heidelberg <markus.heidelberg@web.de>
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-06-14packages: fix pkgconfig depencies and select pkgconfig where neededPeter Korsgaard
2008-04-24remove unused JAMVM_DIR_PREFIXJohn Voltz
2008-04-24bump to 0.97.1, removed patch as it has been already applied in upstream ↵John Voltz
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
2008-03-31concierge: cleanup (white space + unneeded mkdir)Peter Korsgaard
2008-03-28package: move java packages to package/java sub directoryPeter Korsgaard