summaryrefslogtreecommitdiffstats
path: root/recipes-core/jikes
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* meta: drop deprecated virtclass-nativeMing Liu2018-01-091-2/+2
| | | | | | | Replaces them with class-native. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Move from ${COREBASE}/LICENSE to ${COMMON_LICENSE_DIR}/MITOtavio Salvador2017-09-231-1/+1
| | | | | | | The OE-Core now warns when someone uses ${COREBASE}/LICENSE so we should move to ${COMMON_LICENSE_DIR}/MIT to fix this deprecated use. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* jikes: fix absolute symlink errorMaxin B. John2017-03-141-1/+1
| | | | | | | | | | | | | The following oe-core commit made asbolute symlink an error: commit 3eee8e99e114b3db8b718834ca52da8d2919b83f sstate: Make absolute symlinks an error Fix this by inheritting relative_symlinks class: ERROR: jikes-native-1.22-r0 do_populate_sysroot: sstate found an absolute path symlink Signed-off-by: Maxin B. John <maxin.john@intel.com>
* 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