ccache: Patch to fix toolchain-wrapper's --sysroot
authorBrandon Maier <brandon.maier@rockwellcollins.com>
Thu, 22 Dec 2016 14:31:31 +0000 (08:31 -0600)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 27 Jan 2017 08:57:23 +0000 (21:57 +1300)
commitda8584d2ae46059a05d16dc91d616e12afb67044
tree0c7fb5a0cfe158ac2608be091a142c417f30c094
parent8d2ade37b1d3934f067bab7e08b8cc1f0a08a1f2
ccache: Patch to fix toolchain-wrapper's --sysroot

ccache doesn't rewrite the --sysroot base_dir from toolchain-wrapper
correctly. Resulting in a large number of cache misses when building
from different base directories.

A fix has already been accepted to the ccache upstream[1], but won't be
released until ccache 3.4. (Was noted as an improvement, so unsure
of the 3.4 release timing)

[1] https://github.com/ccache/ccache/pull/132

Signed-off-by: Brandon Maier <brandon.maier@rockwellcollins.com>
Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/ccache/0001-Convert-argument-to-sysroot-option-to-relative-path.patch [new file with mode: 0644]