aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/cacao/files
AgeCommit message (Collapse)Author
2016-04-29java-bootstrapping: Do not rely on hardcoded pathsErkka Kääriä
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>
2015-10-23cacao-initial-native: Fix undefined behaviour in gcErkka Kääriä
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>
2014-01-09cacao-initial: add cacao-initial recipe from oe-classicHenning Heinold