summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/icecc.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass
index 1b58d1f5e5..73eba7a6a9 100644
--- a/meta/classes/icecc.bbclass
+++ b/meta/classes/icecc.bbclass
@@ -45,7 +45,7 @@ ICECC_ENV_EXEC ?= "${STAGING_BINDIR_NATIVE}/icecc-create-env"
45# A useful thing to do for testing Icecream changes locally is to add a 45# A useful thing to do for testing Icecream changes locally is to add a
46# subversion in local.conf: 46# subversion in local.conf:
47# ICECC_ENV_VERSION_append = "-my-ver-1" 47# ICECC_ENV_VERSION_append = "-my-ver-1"
48ICECC_ENV_VERSION = "1" 48ICECC_ENV_VERSION = "2"
49 49
50# Default to disabling the caret workaround, If set to "1" in local.conf, icecc 50# Default to disabling the caret workaround, If set to "1" in local.conf, icecc
51# will locally recompile any files that have warnings, which can adversely 51# will locally recompile any files that have warnings, which can adversely