summaryrefslogtreecommitdiffstats
path: root/recipes-core/ecj
Commit message (Collapse)AuthorAgeFilesLines
* ecj: fix unpackpost taskdoraCristian Iorga2014-10-141-1/+1
| | | | | | | | | ecj recipe is built as initial and as native, as such, unpackpost is run multiple times over the same code source. Added check if a move operation hasn't been already executed. Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
* libecj-bootstrap,junit: Tweak to fix rebuild issuesKhem Raj2012-11-271-4/+5
| | | | | | | | | When rebuilding in already built tree we have these issues where a file is already deleted first time but rm fails on reexecution. This patch adds checks for such cases so that rebuilds are guarnteed Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ecj-bootstrap-native: fix bashims againHenning Heinold2012-07-191-1/+1
|
* libecj-bootstrap: fix download locationHenning Heinold2012-07-171-1/+1
|
* ecj-bootstrap: rework javac script and bump PRHenning Heinold2012-05-252-7/+14
|
* libecj-bootstrap: use sort for builder order and introduce INC_PRHenning Heinold2012-01-112-1/+5
| | | | | | | | | | * on some filesystems find orders the files to build not the right way, using sort seems to fix it, thanks Stefan Ring for the patch * use INC_PR for better revision handling Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* libecj-bootstrap: correct license to EPL-1.0Xerxes Rånby2011-12-211-2/+2
| | | | Signed-off-by: Xerxes Rånby <xerxes@zafena.se>
* meta-java: initial commitHenning Heinold2011-11-266-0/+158
* 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