summaryrefslogtreecommitdiffstats
path: root/recipes-core/jikes
Commit message (Collapse)AuthorAgeFilesLines
* jikes: fix the license nameJackie Huang2016-02-051-1/+1
| | | | | | | | The license is: IBM Public License Version 1.0 and it is named IPL-1.0 instead of IBM in common-licenses. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Maxin B. John <maxin.john@intel.com>
* initials: silence "populate_sysroot manifest not found" warningsMagnus Olsson2015-03-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | A number of recipes in meta-java use autotools.bbclass for building; internally it uses the sstate-control populate_sysroot manifests to locate and copy aslocals for configure dependencies as part of the do_configure step. The manifest path differs depending on if it's a native package or not so autotools.bbclass looks at the package name to determine if its native or not (it's native if it ends with "-native"). The warnings are emitted because a few (native) recipes in meta-java (such as cacao-initial, classpath-initial and more) are incorrectly being classified as non-native by autotools.bbclass, which makes it look for the manifest in the wrong place and finally gives up with the warning: WARNING: /home/oe/tmp-glibc/sstate-control/manifest-mymachine-libecj-bootstrap.populate_sysroot not found This happens for cacao-initial, classpath-initial, ecj-initial, libecj-boostrap, jamvm-initial and jikes-initial since they are all native and rely on autotools. This patch renames the recipes so they end with -native, e.g ecj-initial-native. It also updates the recipes so they DEPEND on the corresponding new name. This helps autotools.bbclass to properly classify the recipes are native and silence the warnings. Signed-off-by: Magnus Olsson <magnus@minimum.se> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* jikes: Update update-alternatives macros.Alex Gonzalez2014-12-301-2/+2
| | | | Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
* removed extra white space linesLukas Elsner2014-01-161-2/+0
|
* fixed checksum of LICENSE filesLukas Elsner2014-01-121-1/+3
|
* meta-java: remove NATIVE_INSTALL_WORKSHenning Heinold2012-05-251-2/+0
|
* 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