summaryrefslogtreecommitdiffstats
path: root/recipes-core/cacao/files
Commit message (Collapse)AuthorAgeFilesLines
* java-bootstrapping: Do not rely on hardcoded pathsErkka Kääriä2016-04-291-0/+33
| | | | | | | | | | | | | Various paths to files are hardcoded in either helper scripts or the resulting binaries (like path to Java class libraries). While this works well when using the files on the build machine, things start breaking down when the sstate gets shared between multiple workers in CI, as the paths between workers can differ. Instead of using these hardcoded paths, form the paths at runtime and pass them as parameters when required. Signed-off-by: Erkka Kääriä <erkka.kaaria@intel.com> Signed-off-by: Maxin B. John <maxin.john@intel.com>
* cacao-initial-native: Fix undefined behaviour in gcErkka Kääriä2015-10-231-0/+35
| | | | | | | | | | | | | | Upstream-Status: Backport Fixes undefined behaviour in boehm GC used by cacao-initial-native as suggested at https://github.com/ivmai/bdwgc/commit/16780405c899f01119bc45167122b4242f6b34fb. The undefined behaviour at very least causes a segmentation fault during classpath-native configure step with Fedora 22. Signed-off-by: Erkka Kääriä <erkka.kaaria@intel.com> Signed-off-by: Maxin B. John <maxin.john@intel.com>
* cacao-initial: add cacao-initial recipe from oe-classicHenning Heinold2014-01-092-0/+67