mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 18:59:23 +00: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:
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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user