aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/ecj/libecj-bootstrap.inc
AgeCommit message (Collapse)Author
2014-10-14ecj: fix unpackpost taskdoraCristian Iorga
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>
2012-11-27libecj-bootstrap,junit: Tweak to fix rebuild issuesKhem Raj
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>
2012-01-11libecj-bootstrap: use sort for builder order and introduce INC_PRHenning Heinold
* 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>
2011-12-21libecj-bootstrap: correct license to EPL-1.0Xerxes 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