[oe-commits] [openembedded-core] 82/92: classes/icecc.bbclass: Fix ccache disable

git at git.openembedded.org git at git.openembedded.org
Tue Jan 8 20:20:40 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch thud
in repository openembedded-core.

commit aefa930d9cfcdc32ba9411311f269e005e5372e0
Author: Joshua Watt <jpewhacker at gmail.com>
AuthorDate: Mon Dec 3 21:15:36 2018 -0600

    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 at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/classes/icecc.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass
index 3f04a1b..2b18923 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list