summaryrefslogtreecommitdiffstats
path: root/recipes-core/cacao/files/cacao-0.9.8-do-not-rely-on-absolute-paths.patch
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>