summaryrefslogtreecommitdiffstats
path: root/recipes-core/icedtea
Commit message (Collapse)AuthorAgeFilesLines
...
* openjdk-7: Remove mutliline commentKhem Raj2013-01-211-7/+0
| | | | | | Gets through the parsing errors with latest bitbake/master Signed-off-by: Khem Raj <raj.khem@gmail.com>
* icedtea7-native: Add missing dependency on missing unzip-nativeKhem Raj2012-11-271-1/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* icedtea7-native: update to version 2.1.3Henning Heinold2012-11-234-76/+55
|
* icedtea7-native: simple copy over from openjdk-7 branchHenning Heinold2012-11-2214-0/+2518
|
* icedtea6-native: fix build problemSteffen Sledz2012-11-091-0/+1
| | | | | | | | 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>
* icedtea6-native: fix compile errorSteffen Sledz2012-11-092-1/+15
| | | | | | | | | | | 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>
* icedtea-native: remove 1.7 version because of version 1.8 works very wellHenning Heinold2012-11-0824-4556/+0
|
* icedtea-native: Fix build on ubuntu 12.04 releaseKhem Raj2012-08-163-2/+207
| | | | | | | | | | | | | | | | | | | | 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>
* classpath-initial: fix installation of tools.zip fileOtavio Salvador2012-04-041-1/+1
| | | | | | | | | | 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>
* icedtea6-native: oenote -> bbnote transitionHenning Heinold2012-01-061-4/+4
| | | | Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* icedtea6-native.inc: remove bashismHenning Heinold2011-12-211-1/+1
| | | | Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* icedtea6-native: add the jar-rhino-rewriter-fixHenning Heinold2011-12-212-1/+15
| | | | | | *bump PR Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* icedtea6-native: Update jaxp URL to use download.java.netXerxes Rånby2011-12-211-1/+1
| | | | Signed-off-by: Xerxes Rånby <xerxes@zafena.se>
* meta-java: initial commitHenning Heinold2011-11-2644-0/+9089
* 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