summaryrefslogtreecommitdiffstats
path: root/package/java/jamvm
Commit message (Collapse)AuthorAgeFilesLines
* pkgconfig: add pkgconfig package for targetPeter Korsgaard2009-03-182-2/+1
| | | | | | | | | | | | | 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.
* libglib2: build host version for build-time binariesPeter Korsgaard2009-03-161-1/+0
| | | | | 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.
* Use HOST_GLIB for glib installation instead of /usr/binUlf Samuelsson2009-01-131-1/+1
|
* package: remove redundant pkg-config variablesPeter Korsgaard2008-10-261-11/+4
| | | | | | | Also remove some redundant or predefined configure/make args in these packages. Patch by Markus Heidelberg.
* buildroot: remove trailing spacesPeter Korsgaard2008-08-042-3/+3
| | | | | | | 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/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* packages: fix pkgconfig depencies and select pkgconfig where neededPeter Korsgaard2008-06-142-2/+2
|
* remove unused JAMVM_DIR_PREFIXJohn Voltz2008-04-241-1/+0
|
* bump to 0.97.1, removed patch as it has been already applied in upstream ↵John Voltz2008-04-241-1/+2
| | | | | | 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
* package: move java packages to package/java sub directoryPeter Korsgaard2008-03-283-0/+1588