mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 12:32:13 +02:00
ccache: Ensure CCACHE_DIR is cleaned by do_clean task
This ensures a rebuild does really build from scratch when ccache is in use. [YOCTO #2696] (From OE-Core rev: ddf52d0161096b089fad8f3ace69b6515d7b7226) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -4,3 +4,5 @@ CCACHE_DISABLE[unexport] = "1"
|
||||
|
||||
do_configure[dirs] =+ "${CCACHE_DIR}"
|
||||
do_kernel_configme[dirs] =+ "${CCACHE_DIR}"
|
||||
|
||||
do_clean[cleandirs] += "${CCACHE_DIR}"
|
||||
|
||||
Reference in New Issue
Block a user