summaryrefslogtreecommitdiffstats
path: root/recipes-core/junit
Commit message (Collapse)AuthorAgeFilesLines
* junit: Fix build when rebuilding from same treeKhem Raj2013-09-291-5/+6
| | | | | | | | | | | | | use -o option to unzip to overwrite the classes it fails otherwise when unpack build step is reexecuted again There is no need to specify bootclasspath now Add unzip-native to dependency Fix fastjar commandline order Signed-off-by: Khem Raj <raj.khem@gmail.com>
* junit: fix license and bump PRHenning Heinold2013-01-241-1/+2
|
* libecj-bootstrap,junit: Tweak to fix rebuild issuesKhem Raj2012-11-271-2/+3
| | | | | | | | | 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>
* meta-java: remove NATIVE_INSTALL_WORKSHenning Heinold2012-05-252-2/+0
|
* meta-java: initial commitHenning Heinold2011-11-262-0/+68
* 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