aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/icedtea
AgeCommit message (Collapse)Author
2013-09-29icedtea: Make shared state friendlyKhem Raj
icedtea-native encodes absolute build time classpaths which wont work in sstate however at same time we can override it with env variables like BOOTCLASSPATH and LD_LIBRARY_PATH to reflect current build environment. Secondly, exclude ICEDTEA_PARALLEL_MAKE from shared state signatures, it can alter signatures if PARALLEL_MAKE value between producer and consumer of sstate is not matching. Now that icedtea7-native is shared state safe, remove the shared state invalidation on jamvm-native that was needed for icedtea7-native to build Signed-off-by: Khem Raj <raj.khem@gmail.com>
2013-09-24icedtea: update download url for icedtea6-nativeHenning Heinold
2013-01-24icedtea6-native: prepend FILESPATH for newer bitbakeHenning Heinold
2013-01-24icedtea6-native: remove older patchesHenning Heinold
2013-01-21openjdk-7: Remove mutliline commentKhem Raj
Gets through the parsing errors with latest bitbake/master Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-11-27icedtea7-native: Add missing dependency on missing unzip-nativeKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-11-23icedtea7-native: update to version 2.1.3Henning Heinold
2012-11-22icedtea7-native: simple copy over from openjdk-7 branchHenning Heinold
2012-11-09icedtea6-native: fix build problemSteffen Sledz
Fix problem with unknown gcc command line option '-mimpure-text' which is an Solaris 2 only option (according to the man page). Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2012-11-09icedtea6-native: fix compile errorSteffen Sledz
Don't return booleans from methods returning pointers. see also: <http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/f457154eee8b> - commit was modified, removed the 1.7 version stuff Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2012-11-08icedtea-native: remove 1.7 version because of version 1.8 works very wellHenning Heinold
2012-08-16icedtea-native: Fix build on ubuntu 12.04 releaseKhem Raj
It conflicts definitions from standard include so backport a patch from upstream When here also change the LICENSE field to be more compatible to avoid warnings like WARNING: icedtea6-native: No generic license file exists for: GPL in any provider WARNING: icedtea6-native: No generic license file exists for: with in any provider WARNING: icedtea6-native: No generic license file exists for: Classpath in any provider WARNING: icedtea6-native: No generic license file exists for: Exception in any provider Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
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-06icedtea6-native: oenote -> bbnote transitionHenning Heinold
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2011-12-21icedtea6-native.inc: remove bashismHenning Heinold
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2011-12-21icedtea6-native: add the jar-rhino-rewriter-fixHenning Heinold
*bump PR Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2011-12-21icedtea6-native: Update jaxp URL to use download.java.netXerxes Rånby
Signed-off-by: Xerxes Rånby <xerxes@zafena.se>
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