summaryrefslogtreecommitdiffstats
path: root/recipes-core/cacao/cacao-1.6.1
Commit message (Collapse)AuthorAgeFilesLines
* java-bootstrapping: Do not rely on hardcoded pathsErkka Kääriä2016-04-291-0/+41
| | | | | | | | | | | | | 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: fix problem with internal garbage collectorHugo Vasconcelos Saldanha2015-03-311-0/+60
Cacao uses an internal version of bdwgc that was being installed (headers, libs, etc.) together with the JVM, unnecessarily conflicting with original bdwgc package. A patch from Gentoo is applied so the system's bdwgc is used instead. Signed-off-by: Hugo Vasconcelos Saldanha <hugo.saldanha@aker.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>