mirror of
https://git.yoctoproject.org/poky
synced 2026-04-07 23:02:22 +02:00
classes/icecc.bbclass: Fix ccache disable
The ccache disable flag was misspelled, preventing it from being disabled. (From OE-Core rev: 33fba601a7365aced9f4b206c1fadda997076d4c) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2e7141a785
commit
645493af37
@@ -398,7 +398,7 @@ set_icecc_env() {
|
||||
# Don't let ccache find the icecream compiler links that have been created, otherwise
|
||||
# it can end up invoking icecream recursively.
|
||||
export CCACHE_PATH="$PATH"
|
||||
export CCACHE_DISBALE="1"
|
||||
export CCACHE_DISABLE="1"
|
||||
|
||||
export ICECC_VERSION ICECC_CC ICECC_CXX
|
||||
export PATH="$ICE_PATH:$PATH"
|
||||
|
||||
Reference in New Issue
Block a user