From: Joshua Watt Date: Tue, 4 Dec 2018 03:15:36 +0000 (-0600) Subject: classes/icecc.bbclass: Fix ccache disable X-Git-Tag: uninative-2.4~928 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=33fba601a7365aced9f4b206c1fadda997076d4c;p=openembedded-core.git classes/icecc.bbclass: Fix ccache disable The ccache disable flag was misspelled, preventing it from being disabled. Signed-off-by: Joshua Watt Signed-off-by: Richard Purdie --- diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass index 3f04a1b63a..2b189232cb 100644 --- a/meta/classes/icecc.bbclass +++ b/meta/classes/icecc.bbclass @@ -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"