summaryrefslogtreecommitdiffstats
path: root/recipes-core/ant
Commit message (Collapse)AuthorAgeFilesLines
* class/java-native: removeMohamad Noor Alim Hussin2019-12-271-1/+1
| | | | | | | | | Java-native class used NATIVE_INSTALL_WORKS which was removed from oe-core around 2010. Also updated recipes that inherit java-native to native class. Signed-off-by: Mohamad Noor Alim Hussin <mohamad.noor.alim.hussin@intel.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
* set SUMMARY instead of DESCRIPTIONAndré Draszik2018-06-191-1/+1
| | | | | | | | | Short descriptions should go into SUMMARY (DESCRIPTION will get the same value if not set.) Signed-off-by: André Draszik <andre.draszik@jci.com> Tested-by: Richard Leitner <richard.leitner@skidata.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
* ant-native: Fix random build failureAmarnath Valluri2016-12-061-1/+1
| | | | | | | | | | | Due to lack of task dependency between 'do_removebinaries' and 'do_removecruft' when both run parallelly sometimes, 'find' in do_removebinaries referring on directories that sare already removed by do_removecruft. This change makes sure that both tasks execute sequentially. Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Revert "meta-java: rely on well known bootstrap-path"Jackie Huang2016-01-041-1/+1
| | | | | | | | This reverts commit 04d5d0bf414c05ca59618d77f17ff9898aa1c566. Detail reason is in the following commit. Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
* meta-java: rely on well known bootstrap-pathJens Rehsack2015-12-081-1/+1
| | | | | | | | | | | | Instead of potential circular depending virtual/javac-native (even this recipe provides such a useable java-native), rely on well known path via cacao-native to build up to icedtea7-native in reliable manner. virtual/javac-native should be used by parts not belonging to the bootstrap phase. Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Maxin B. John <maxin.john@intel.com>
* recipes-core: Correct fastjar cmdlineKhem Raj2013-09-291-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ant; fix license and bump PRHenning Heinold2013-01-241-1/+2
|
* ant-native: source hosted on archive.apache.orgXerxes Rånby2011-12-211-1/+1
| | | | Signed-off-by Xerxes Rånby <xerxes@zafena.se>
* meta-java: initial commitHenning Heinold2011-11-262-0/+76
* 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