summaryrefslogtreecommitdiffstats
path: root/recipes-core/rhino
Commit message (Collapse)AuthorAgeFilesLines
* meta: drop deprecated virtclass-nativeMing Liu2018-01-091-1/+1
| | | | | | | Replaces them with class-native. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* rhino-native should depend on classpath-nativeKyle Russell2016-08-301-0/+2
| | | | | | | | | rhino's do_compile task passes ${STAGING_DATADIR_NATIVE}/classpath/glibj.zip to javac. This glibj.zip archive comes from the classpath-native package. Signed-off-by: Kyle Russell <bkylerussell@gmail.com> Signed-off-by: Maxin B. John <maxin.john@intel.com>
* 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>
* rhino: update to version 1.7r4Henning Heinold2012-12-081-10/+10
| | | | * license is now MPL 2.0
* rhino: Correctly specify the LICENSE fieldKhem Raj2012-11-221-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-java: initial commitHenning Heinold2011-11-263-0/+62
* 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