<[email protected]> writes:
> Use weaker assignment for CCACHE_DIR to allow users to override it
> if desired.
>
> -export CCACHE_DIR = "${TMPDIR}/ccache/${MULTIMACH_HOST_SYS}/${PN}"
> +export CCACHE_DIR ?= "${TMPDIR}/ccache/${MULTIMACH_HOST_SYS}/${PN}"
This can be a dangerous change and probably does not have the intended
effect ((project) global ccache dir) due to
| do_clean[cleandirs] += "${CCACHE_DIR}"
imo, this class should be removed completely (${PN} local ccache dirs do
not make any sense) and the only useful part
| CCACHE_DISABLE[unexport] = "1"
should be solved by http://patchwork.openembedded.org/patch/32787/
Enrico
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core