aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/classpath
AgeCommit message (Collapse)Author
2013-09-29jamvm-native: separate bootclasspath out into shell scriptHenning Heinold
* instead of hardcode BCP and LD_LIBRARY_PATH into serval files use a shell script and set them there * this allow us again to use other vms for java-native
2013-09-29classpath: Adjust classpaths when using jamvm from sstateKhem Raj
when building from sstate and classpath wants to rebuild then jamvm still needs the new paths. Its needed for classpath since it does not inherit java-library class otherwise it would not be needed. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-04-14classpath-initial: fix do_install for removing the classpath toolsHenning Heinold
* bump PR Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2013-03-16classpath: Add file to DEPENDSKhem Raj
shared state exposed this build time error | java_net_VMURLConnection.c:44:19: fatal error: magic.h: No such file or directory | compilation terminated. | make[3]: *** [java_net_VMURLConnection.lo] Error 1 | make[3]: *** Waiting for unfinished jobs.... classpath uses libmagic and file provides it so add that to depends Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-01-24classpath-initial: remove files shared with classpath-nativeHenning Heinold
* bump PR
2013-01-24classpath-initial: remove trailing whitespaceHenning Heinold
2013-01-24classpath-initial: fix bitbake files searchpathHenning Heinold
2012-11-27classpath: Fix build for 64bit target using lib64 for base_libdirKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-11-22recipes: Fix license strings to match common licensesKhem Raj
Fixes warnings like WARNING: bcel-native: No generic license file exists for: AL2.0 in any provider and so on Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-10-14classpath: avoid picking up gmp.h from the hostJan Luebbe
Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2012-07-19classpath: fix new license checksumHenning Heinold
2012-07-19classpath: update to version 0.99Henning Heinold
* switch to INC_PR for native and initial * clean up dependencies * inherit gettext class instead of depeding directly on the package * clean up patches
2012-05-25classpath-native: sed out java-initial with sed in the tools and bump PRHenning Heinold
2012-04-04classpath-initial: fix installation of tools.zip fileOtavio Salvador
This fixes an unpredicability of sysroot tools.zip version as classpath-initial and classpath-native were installing the tools.zip at same path. We also bump PR of affected recipes to force them to rebuild. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-01-06classpath: set dev-so QA checks to ignoreKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2011-12-23classpath: fixesKoen Kooi
* add license checksum * clarify license in recipe * remove obsolete PRIORITY field Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2011-11-26meta-java: initial commitHenning Heinold
* taken over mostly stuff from oe classic * cleaned up recipes * added license checksums * bump icedtea6-native to 1.8.11 * use jamvm from git as native